VBA to use Refresh (F9) command when a certain cell has a #VALUE! error
Posted by Shrek on December 06, 2001 11:54 AM
I've got a cell that has a CELL function in it, returning the filename. (The filename has the date in it.)
Other cells look at that cell for some VLookups, so it's important that this cell be accurate.
However, sometimes, (I don't know why) the cell returning the filename "forgets" the filename, and I must press F9 to refresh the sheet.
Is there code that can automatically refresh the sheet when the cell's value changes to #VALUE!?
Thanks