lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
I tried to use
as per https://tinyurl.com/y7jnl7xe instruction but did not work
but
worked fine - https://tinyurl.com/y98mz7o3
so my question, which syntax is correct? Thank you.
I tried to use
Code:
while condition
....
end while
but
Code:
while condition
.....
wend
so my question, which syntax is correct? Thank you.