View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default what do you mean by macros?What it does?

"Macros" are procedures written in Visual Basic For Applications (VBA) that
automate repetitive tasks or carry out long complicated task. The best way
to get started with VBA is to go to the Tools menu, choose Macros, then
Record New Macro. Then do something in Excel and then stop recording.
Examine the VBA code produced.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting
www.cpearson.com
(email on the web site)

"Macros" wrote in message
...