Name Connvention in Excel VBA

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

Guest

Hi all,
After some time work, there are some worksheet, module, sub, functions.How
to make them appear neat in Project window or the Procedure dropdown?

Clara
 
Hi

There isn't actually a convention, but normally I

- begin module names with mod or m, then begin module name with capital
letter
- give functions an f as first letter
- userforms: I begin them with uf
 

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