I have a series of cells that contain calls to a VBA function. This function in turn calls a dll. There are times when I do not want this function to call the dll, but to just want the function to return the present value in the cell. Using the debugger, I've noticed that by the time the cursor arrives at the function call or the worksheet_change event, the value in the cell has already been blanked out by Excel. Hence if I read and return this value it is a zero and not the original value in the cell.
Is there some event that occurs before the value in the cell has been blanked out?
Or is there an easy and robust way to do what I want?
Thanks for your help!
-Mike Vest
Is there some event that occurs before the value in the cell has been blanked out?
Or is there an easy and robust way to do what I want?
Thanks for your help!
-Mike Vest