I am using IF, ENDIF and ELSE. What other codes or scripts can i use in word
and where can i find this list and the intended usage. I need help with GOTO,
GOSUB etc..
Dave Lett - 31 Jan 2006 17:19 GMT
Hi Todd,
You can find a description of all the statements in the VBA help file.
Dave
> I am using IF, ENDIF and ELSE. What other codes or scripts can i use in word
> and where can i find this list and the intended usage. I need help with GOTO,
> GOSUB etc..
Tony Jollans - 31 Jan 2006 17:32 GMT
Select Help > Visual Basic Help from the Menu in the VBE and browse at your
leisure.
Best help I can give with your specific question is don't use either GoTo or
GoSub.
--
Enjoy,
Tony
> I am using IF, ENDIF and ELSE. What other codes or scripts can i use in word
> and where can i find this list and the intended usage. I need help with GOTO,
> GOSUB etc..
Jezebel - 31 Jan 2006 21:02 GMT
GOTO and GOSUB are easy: don't use them.
What you're asking for is the language reference. Which is provided in Help,
amongst other places.
>I am using IF, ENDIF and ELSE. What other codes or scripts can i use in
>word
> and where can i find this list and the intended usage. I need help with
> GOTO,
> GOSUB etc..