kyddrivers
Board Regular
- Joined
- Mar 22, 2013
- Messages
- 64
- Office Version
- 365
- Platform
- Windows
I am working on creating a simple loop.
everytime I try to type the line i + 1, the editor removes the + sign
anything I can do to correct this?
Excel version 16.86
VBA 7.1
Macbook Pro m1 2020
OS Sonoma 14.5
Thanks!
VBA Code:
i = 1
Do While i < 3
i 1
MsgBox i
Loop
everytime I try to type the line i + 1, the editor removes the + sign
anything I can do to correct this?
Excel version 16.86
VBA 7.1
Macbook Pro m1 2020
OS Sonoma 14.5
Thanks!