Statements I can use.

T

Todd Parker

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..
 
D

Dave Lett

Hi Todd,

You can find a description of all the statements in the VBA help file.

Dave
 
T

Tony Jollans

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.
 
J

Jezebel

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.
 
Top