Shockwave IIC
New Member
- Joined
- Jun 19, 2015
- Messages
- 31
2 in 1 day, go me......
I'm now trying to get a macros going for copy/pasting purposes that starts from whatever cell is selected on 1 particular worksheet
So a range of 44 rows deep and 87 columns across (I think)
That's what VBA gave me after recording what I highlighted dispite wanting to use Relative Referencing
What have I missed?
Also, any pit falls I should know about in regards to pasting it to a different worksheet?
I'm now trying to get a macros going for copy/pasting purposes that starts from whatever cell is selected on 1 particular worksheet
So a range of 44 rows deep and 87 columns across (I think)
Code:
Range("AU7:EB54").Select
That's what VBA gave me after recording what I highlighted dispite wanting to use Relative Referencing
What have I missed?
Also, any pit falls I should know about in regards to pasting it to a different worksheet?