R
Reto Walker
Dear all
I just started using VBA and can not get the following working:
In 'Basic - English'
1 If Cell A1 <>0
2 Then
3 RunMacro A
4 Goto 1
5 Else
6 "continue with Code"
Can someone tell me how to convert the above code to VBA?
Thanks in advance
Celine
I just started using VBA and can not get the following working:
In 'Basic - English'
1 If Cell A1 <>0
2 Then
3 RunMacro A
4 Goto 1
5 Else
6 "continue with Code"
Can someone tell me how to convert the above code to VBA?
Thanks in advance
Celine