Reserved words in Excel VBA
Help includes all of the functions and statements. To check on a single word,
you could type it in lower case in the immediate window. It VBA changes the
capitalization, it's a reserved word. Also, type the word, and with the cursor
to the immediate right of it, press F1 for Help.
On Tue, 31 Aug 2004 07:09:03 -0700, Spikey
wrote:
Does anyone know if there is a list of reserved words that one cannot use in
Excel VBA code such as 'Split' which is now a function
|