Nachtschade
New Member
- Joined
- Dec 6, 2013
- Messages
- 30
I have this little line of code:
Now the -1 here needs to be variable, it could be either -1 or -2. I have a cell whose value determines that.
How do I implement that into the code?
Code:
Selection.Offset(-1, 0).Select
Now the -1 here needs to be variable, it could be either -1 or -2. I have a cell whose value determines that.
How do I implement that into the code?