T
TomM
I have used a simple macro in Word for years to insert the Autonum field plus a tab for sequentially numbered paragraphs (which avoids having to use Automatic Numbering).
Now I find I cannot use it in Word 2008.
I have tried to write an Applescript
tell application "Microsoft Word"
insert field autonum at end of text object of active document
end tell
but being a newbie it doesn't work.
Can anyone help me - if I am unable to do this I shall have to go back to Word 2004.
Many thanks.
Now I find I cannot use it in Word 2008.
I have tried to write an Applescript
tell application "Microsoft Word"
insert field autonum at end of text object of active document
end tell
but being a newbie it doesn't work.
Can anyone help me - if I am unable to do this I shall have to go back to Word 2004.
Many thanks.