Writing Excel Macro

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

Guest

I have never written an Excel Macro. Where do I start?
I want to take data from one spreadsheet, and insert it into another on a
monthly and cumulative basis. I have version 2000.

Mac
 
The best way to learn to do that is to do your actions manually, and record
them via Tools>Macros>Record new macro
After having done that, open the VB Editor (ALT+F11), look for a folder
Modules in your VBAProject and double-click Module1 (and the next time...
you get it)
There you can see how Excel translated your actions into VBA.
 

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