RandyLWalkerJr
Board Regular
- Joined
- Jul 8, 2014
- Messages
- 77
Hello,
The macro I am trying to create will essentially do the following (in this order):
1. Copy the active page into a new tab and make the new tab active
2. Move the values from column m (rows 71-129) to column j (rows 71-129)
3. Delete column k (rows 71-129).4
Here is the kicker and the part that is really throwing me off. I need the vba to be able to account for varying ranges, so that in one instance it is from rows 71-129, and another time from 79-300. Is this possible?
I'm very new to VBAs and all help would be greatly appreciated. Thanks so much in advance
The macro I am trying to create will essentially do the following (in this order):
1. Copy the active page into a new tab and make the new tab active
2. Move the values from column m (rows 71-129) to column j (rows 71-129)
3. Delete column k (rows 71-129).4
Here is the kicker and the part that is really throwing me off. I need the vba to be able to account for varying ranges, so that in one instance it is from rows 71-129, and another time from 79-300. Is this possible?
I'm very new to VBAs and all help would be greatly appreciated. Thanks so much in advance