How to set "different first page header footer" using an AppleScript
How to set "different first page header footer" using an AppleScript
- Subject: How to set "different first page header footer" using an AppleScript
- From: Dave <email@hidden>
- Date: Thu, 14 May 2015 12:16:51 +0100
Hi All,
I get an error on the “set different first page header footer of myDocument to true” statement in the following Script:
tell application id “com.microsoft.Word”
activate
set myDocument to the document of the front window
insert break at text object of myDocument break type page break
set different first page header footer of myDocument to true
end tell
How do I set this property?
Thanks a lot
Dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden