A
apasko
I am a beginner but have a quick VBA question using Word 2000.
I would like some help with a code the does the following:
A macro begins that starts a numbering sequence (I have that below.),
when a user types the ? a few returns and an indent are entered then
the macro continues to number until the macro is ended by the user.
I am having a difficult time understanding how to test for the user
typing the ?
Thank you.
Selection.Fields.Add Range:=Selection.Range, Type:=wdFieldEmpty, Text:=
_
"AUTONUMLGL ", PreserveFormatting:=False
Selection.TypeText Text:=vbTab
I would like some help with a code the does the following:
A macro begins that starts a numbering sequence (I have that below.),
when a user types the ? a few returns and an indent are entered then
the macro continues to number until the macro is ended by the user.
I am having a difficult time understanding how to test for the user
typing the ?
Thank you.
Selection.Fields.Add Range:=Selection.Range, Type:=wdFieldEmpty, Text:=
_
"AUTONUMLGL ", PreserveFormatting:=False
Selection.TypeText Text:=vbTab