View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kevin Kevin is offline
external usenet poster
 
Posts: 134
Default macro recorder question

hi i have recorded a simple macro where i cut a column and paste it somewhere else. this is the code the recorder gives me
Columns("D:D").Cu
Columns("A:A").Selec
ActiveSheet.Past
Is there a more efficient way of writing this. I tried without the select and just paste but that doesn't work

Thk