Macro names

  • Thread starter Thread starter Natalie
  • Start date Start date
N

Natalie

Hello All,

Does any one know where there is a list of invalid macro
names? I can't name macros "Date" because of some
programming feature I assume(??) and am wondering if
there are any others??

Thanks

Natalie
 
Natalie,

That is a hard question in many ways. I say that because you would expect
all functions and methods would not be allowed, such as Date, but you can
create a Sub called Now for instance, or Left.

I would suggest that you avoid all functions and methods and properties, not
least because of the confusion it would cause if you are able to use it.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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