G
Guest
In the Debug option of the VBA window there's an option to compile the
project. What exactly does this do and what's the point in it?
project. What exactly does this do and what's the point in it?
Bernie Deitrick said:It depends on how much you've changed your code and how critical the
application is. Also remember that it doesn't test your code to make sure
that it actually does what you want - no compiler can do that. All it does
is make sure your have your Next's and End if's and all that...
HTH,
Bernie
MS Excel MVP