
Creating Macro with a onlin Word Form
Hi Map,
Quote:
> 1st problem is can I create a hyperlink that will take
> the current document and send and email attachement to a
> specific address.
You need to use a MACROBUTTON field (instead of a
hyperlink) to execute your code, or create a toolbar
button.
Quote:
> 2nd problem - I have a create date on my form and I want
> the due date to be 5 days from the create date.
Insert a bookmark in your document/template at the position
where the date should be inserted.
Dim Today
Today = Now + 5
ActiveDocument.Bookmarks("TheName").Range.Text = Today
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister
http://www.mvps.org/word
http://go.compuserve.com/MSOfficeForum
This reply is posted in the Newsgroup; please post any
follow question or reply in the newsgroup and not by e-mail
:-)