Phil Smith
Active Member
- Joined
- Aug 13, 2004
- Messages
- 285
- Office Version
- 365
- Platform
- Mobile
My code keeps failing at this line and I am banging my head against a brick wall!
For the first range to be cut, LastCR=6862 and LastEnd=6807. How do I cut this range to the worksheet "New Diagram"?
Thank you....
Code:
[URL="https://www.mrexcel.com/forum/newthread.php?do=newthread&f=10"]
Sheets("Diagrams").Range(Cells(LastCR, 1), Cells(LastEnd, 6)).Cut Destination:=Sheets("New Diagram")[/URL]
For the first range to be cut, LastCR=6862 and LastEnd=6807. How do I cut this range to the worksheet "New Diagram"?
Thank you....