View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Reva Reva is offline
external usenet poster
 
Posts: 12
Default Copy Specific Cells depending upon cursor location in Excel

I want to copy specific cells within one row to another location. I am
creating a Macro to do this, but my problem is How to tell the macro which
row to use. It will Always be the Active row but will change. I am not very
good with macros yet. I am selecting the same cells (columns 6-11) each
time and I am copying the info into Column X as X1, X2, X3.