Hello,
Is it possible to run a peice of code without checking to see if variables/objects/etc.. exist?
I want Excel to remove missing references and add the appropriote references based on what version of VBA is being used:
I want the above code to run before it does all the compiling checks.
The excel macro will be used on Windows 7 and Windows XP machines. For some reason, if a reference is missing, when I open the workbook, all it does is give me an error and then highlights a peice of common code (like Mid, or Trim).
Bookmarks