Variables in VBA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Rate is a pre-defined function in VBA. For a list of VBA functions, use VBA
Help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top