Variables in VBA

J

Jeff

Hi,

I think that excel has some restrictions on variable names. Some names it
has predefined and you can't use these names as variables. I was getting
weird errors when I use a variabl name = "Rate". Is there a list of the
restricted variable names?

Thanks for your help.
 
G

Gary''s Student

Rate is a pre-defined function in VBA. For a list of VBA functions, use VBA
Help
 
Top