J
Jeff
Hello,
I am very used to Access & Excel VBA. I never worked with Word VBA.
I have 2 questions..
1) How can I reference a specific line ? Meaning for example display a
Msgbox with the text that is on line 57
2) How can I put the same text lets say for 20 lines ?
For r=1 to 20
' what code to write "hello" on each line
Next r
Any help would be greatly appreciated.
Thank you,
Jeff
I am very used to Access & Excel VBA. I never worked with Word VBA.
I have 2 questions..
1) How can I reference a specific line ? Meaning for example display a
Msgbox with the text that is on line 57
2) How can I put the same text lets say for 20 lines ?
For r=1 to 20
' what code to write "hello" on each line
Next r
Any help would be greatly appreciated.
Thank you,
Jeff