I have a VBScript Macro being run from MS Excel 2007. 5 minutes ago, when I debugged, if the code made changes to the excel doc that was open, I could see those changes in real time as I stepped through the code. All of a sudden, I don t see most of the changes in the Excel file.
For an Excel formula I need the first cell out of a list of cells which contains a numeric value: A | B | C | ... | Z | ----------------------------- | 0.1 | 0.4 | ... | =0.1 | | ...