Edit a Literal or Integer
Here's a toughfy? How does one edit the following to be the following by
using a macro?
Sheet1End = 13
Sheet1End = 18
The macro has to take a count of 5 and add it to whatever Sheet1End 1st
redition is equal to.
Something like Sheet1End = Sheet1End + 5 and make it 18 so that the next
time that the program is run again it starts off as Sheet1End = 18
|