|
-
Mar 27th, 2003, 06:05 AM
#1
Thread Starter
Lively Member
stop shapes from being printed
Hi all,
in Word i have a rectangle that i want to be visible, not editable end not printable.
so i drew it in the header (thi smakes it uneditable in normal writing mode)
But how do i make it not printable
'Me.Shapes(1). ' does not provide a PrintObject property.
Adn i cant find an OnPrint-event or anything.
Ow, and making a custom print-button is not an option since the
users are mostly computer-illiterates (spelled correctly??)
any suggestions?
Thanks alot in andvance
-
Mar 28th, 2003, 02:44 AM
#2
Thread Starter
Lively Member
is there really noone who can help me?
-
Mar 28th, 2003, 03:53 AM
#3
As far as the disabling of shape printing, I think you can only disable ALL the shapes from printing as far as I can tell - you can't print some shapes but not others on a single document:
VB Code:
Options.PrintDrawingObjects = False
Application.ActiveDocument.PrintOut
-
Mar 28th, 2003, 04:12 AM
#4
I've also found this site which tells you how to intercept a request for a document print...
http://www.mvps.org/word/FAQs/Macros...tSavePrint.htm
-
Mar 31st, 2003, 03:52 PM
#5
Thread Starter
Lively Member
hi,
ok guys, thanx.
i think i can solve my problem with this info.
thanx a bunch
Remvs
Holland
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|