Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / December 2006

Tip: Looking for answers? Try searching our database.

Making a frame transparent

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Marten - 13 Dec 2006 23:52 GMT
Is it possible to make a frame transparent in Word 2003?

I'm updating our letterhead template.  An userform prompts for
criteria. Based on that info, the code will goto bookmarks in a  frame
on the left side of the page and type the executive names and office
address. Works great.

Problem is if I want to add a watermark logo, it doesn't show through
the frame. It is covered over.  I've tried using a text box but the
VBA can't see inside it to find the bookmarks. Also, the frame seems
to have a tendancy to move around the page a bit.

Any suggestions on how I can make the frame transparent or get to the
textbox's bookmarks?

Marten
Jezebel - 14 Dec 2006 01:09 GMT
Instead of using bookmarks, use document properties and DocProperty fields.
Then you don't need to 'go' to them at all: just update fields in the
header.

> Is it possible to make a frame transparent in Word 2003?
>
[quoted text clipped - 12 lines]
>
> Marten
Marten - 14 Dec 2006 01:33 GMT
Thanks for the suggestion.  However I think I left out some details on
the project that might not let DocProperties work.  The userform
prompts for 1 of 6 addresses and the list of the executive runs for
about 3/4 of the edge of the page.  Another prompt is if pre-printed
paper is being used and then the area is left blank.

Can I make my own Field codes / values and how much text can they
hold?

Marten

>Instead of using bookmarks, use document properties and DocProperty fields.
>Then you don't need to 'go' to them at all: just update fields in the
[quoted text clipped - 16 lines]
>>
>> Marten
Jezebel - 14 Dec 2006 01:43 GMT
Yes you can make your own document properties. They are limited to 255
characters. You can also use document variables, which have no size limit.
You can also preconfigure the possible text elements as AutoText entries
(which are unrestricted, and can be set up with all the formatting and
positioning you need), then use a docproperty field to specify which
autotext entry to insert --

{ AUTOTEXT { DOCPROPERTY Item1 } }

Where 'Item1' is the name of your custom property, and its value is the name
of the autotext entry to use. You could set up a blank autotext entry for
use on preprinted paper.

> Thanks for the suggestion.  However I think I left out some details on
> the project that might not let DocProperties work.  The userform
[quoted text clipped - 28 lines]
>>>
>>> Marten
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.