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
|