CraigG
Board Regular
- Joined
- May 1, 2005
- Messages
- 173
- Office Version
- 365
- 2007
- Platform
- Windows
- Mobile
In Sheet1 I have values in A2:A91.
In Sheet2 I want to add VBA code which when run shows the value of Sheet1.A2 in Sheet2.B2, but when run a second time it shows the value of Sheet1.A3 in Sheet2.B2, then when run a third time it shows the value of Sheet1.A4 in Sheet2.B2, etc, etc, right up to until Sheet1.A91 has been displayed.
Anyone any ideas?
Thanks in advance.
In Sheet2 I want to add VBA code which when run shows the value of Sheet1.A2 in Sheet2.B2, but when run a second time it shows the value of Sheet1.A3 in Sheet2.B2, then when run a third time it shows the value of Sheet1.A4 in Sheet2.B2, etc, etc, right up to until Sheet1.A91 has been displayed.
Anyone any ideas?
Thanks in advance.