How should I learn Macro in Excel. Can you give explanation with a example
R Rick Rothstein \(MVP - VB\) Jun 13, 2008 #2 You might find this link helpful, specifically the top 3 links... http://www.anthony-vba.kefra.com/index_011.htm After reading the above, this might prove useful... http://www.tushar-mehta.com/excel/vba/beyond_the_macro_recorder/index.htm Rick
You might find this link helpful, specifically the top 3 links... http://www.anthony-vba.kefra.com/index_011.htm After reading the above, this might prove useful... http://www.tushar-mehta.com/excel/vba/beyond_the_macro_recorder/index.htm Rick
D Dave Jun 13, 2008 #3 Hi, Another REALLY useful tool is the macro recorder. Record basic routines like selecting a cell and inputting a value, or cutting and pasting, and then look at the code to see the syntax. You can learn a lot this way. Regards - Dave
Hi, Another REALLY useful tool is the macro recorder. Record basic routines like selecting a cell and inputting a value, or cutting and pasting, and then look at the code to see the syntax. You can learn a lot this way. Regards - Dave