J
Jesse Hamilton
I have a line of code in one of my sheets
Sheets("Ready").Range(Cells(2,1,),Cells(ReadyRows-1,11)).cut
But it only works if the sheet is active, I want it to work without the
sheet being active hence I want to avoid using Sheets("Ready").Activate
Any help?
Jesse
jesse at jesseh.net
Sheets("Ready").Range(Cells(2,1,),Cells(ReadyRows-1,11)).cut
But it only works if the sheet is active, I want it to work without the
sheet being active hence I want to avoid using Sheets("Ready").Activate
Any help?
Jesse
jesse at jesseh.net