View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul James[_5_] Paul James[_5_] is offline
external usenet poster
 
Posts: 7
Default copying the column of the active cell to another column

I would like to have VBA copy the entire column of the Activecell to another
column I specify, say Column J. How can I do this?

Thanks in advance.

Paul