View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default copy column cell data onto another worksheet

Hi NgS,

Try turning on the macro recorder while you perform the
requisite actions manually. This will furnish code that may be
edited to enable more generic application.

As you are not familiar with macros, you may wish to visit
David McRitchie's

'Getting Started With Macros And User Defined Functions' at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm


You might also look at David's tutorials page at:

http://www.mvps.org/dmcritchie/excel....htm#tutorials



---
Regards,
Norman


"NgS" wrote in message
...
Hi,

I have an easy question which anyone can help. I m new to macro and would
like to create such that i can copy selected column cell data onto another
worksheet. Can someone guide me step-by-step using macro.