PDA

View Full Version : VBA Trick of the Week :: Conditional Compiling



Transformer
06-26-2013, 08:40 PM
UsefulGyaan Has Posted the Following On 06-26-2013 09:01 PM:

In conditional compilation, particular blocks of code in a program are compiled selectively while others are ignored (msdn) Where Can Conditional Compiling be Used? There are many situations where you might want to ignore certain parts of code based on a condition. e.g. you may want to create different versions based on Excel version or […]http://stats.wordpress.com/b.gif?host=usefulgyaan.wordpress.com&blog=50473542 &post=1101&subd=usefulgyaan&ref=&feed=1

VBA Trick of the Week :: Conditional Compiling (http://usefulgyaan.wordpress.com/2013/06/26/vba-trick-of-the-week-conditional-compiling/)