Hi Mike,
See
http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm
with the following changes:
Ignore all the stuff about bookmarks (Step 2) and textboxes (The point of
that sample is to build a userform to get user input, and then place that
input in the document). You may want to try that later though, very useful
to know!
On the user form, insert a label as suggested in the tutorial, put your
message in it (Step 7).
Then, instead of inserting a textbox (Step 5), insert an image control (The
mountain with the sun).
Make sure the Property pane is displayed (Usually, under the project
explorer, on the left at the bottom, View, Property Window in from the VBA
menus).
IN the property window, with the image control selected, find the Picture
property, click on it, a button with "..." should appear on the right side,
click on that button to browse for the image you want. You may want to play
around with PictureSizeMode, PictureAlignment and PictureTiling while you
are there to get the desired look (after inserting the image).
In Step 10, use only:
UserForm1.Hide
and add
Unload UserForm1
Then Ignore Steps 11, 12 and 13.
To activate the Userform, in the code I posted before, add this just before
the "End Sub":
UserForm1.Show
Assuming that your userform is called UserForm1, which will be the default
name given by Word when your fist create it.
Good luck!
--
Cheers!
_______________________________________
Jean-Guy Marcil - Word MVP
(e-mail address removed)
Word MVP site:
http://www.word.mvps.org