J
JulieM
hello, I hope I'm not attempting the impossible here!
I'm using range names to make sure that a macro jumps to work from th
correct place, no matter where the current select point is when th
macro starts. The macro then uses relative movements to perform th
required actions on that area of the sheet(s).
However, (one of) the end result of the macro is insertion of data
which needs to become the start point on the next occasion that th
macro is run. For example, if the macro started at Sheet1!A1 last time
the next run should start from Sheet1!A2.
At the moment, I am having to remember to change the range name afte
running the macro, so I would like to incorporate changing it as th
last section of the macro, but am failing miserably.
Even if I try to just record the steps as a separate macro to copy
paste into the main macro, it doesn't work. The nearest success I'v
had just extended the range to include the new cell, which doesn't hel
because the relative movement is still towards (eg) Sheet1!B1 rathe
than Sheet1!B2.
Any help much appreciated, I can post relevant parts of the curren
macro if that helps?
Thank you
I'm using range names to make sure that a macro jumps to work from th
correct place, no matter where the current select point is when th
macro starts. The macro then uses relative movements to perform th
required actions on that area of the sheet(s).
However, (one of) the end result of the macro is insertion of data
which needs to become the start point on the next occasion that th
macro is run. For example, if the macro started at Sheet1!A1 last time
the next run should start from Sheet1!A2.
At the moment, I am having to remember to change the range name afte
running the macro, so I would like to incorporate changing it as th
last section of the macro, but am failing miserably.
Even if I try to just record the steps as a separate macro to copy
paste into the main macro, it doesn't work. The nearest success I'v
had just extended the range to include the new cell, which doesn't hel
because the relative movement is still towards (eg) Sheet1!B1 rathe
than Sheet1!B2.
Any help much appreciated, I can post relevant parts of the curren
macro if that helps?
Thank you