Inserting Picture Clears Picture Placeholders Option |
Q113727
If you turn on the Picture Placeholders option and then insert a
picture in your document, Word for Windows turns off the Picture
Placeholders option and displays the picture. (To locate the Picture
Placeholders option, choose Options from the Tools menu and select
the View tab.)
This happens each time you insert a picture in your Word document.
We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
The following WordBasic macro can be used to workaround this problem.
Sub MAIN
On Error Goto bye :
Dim Optdlg As ToolsOptionsView
GetCurValues Optdlg
CurPictSetting = Optdlg.PicturePlaceHolders
Dim dlg As InsertPicture
GetCurValues dlg
Dialog dlg
InsertPicture dlg
ToolsOptionsView .PicturePlaceHolders = CurPictSetting
bye:
End Sub
Name the macro InsertPicture.
By contrast, if you insert an object while Picture Placeholders is turned
on, Word does not turn off the option. However, if you insert a picture on
the same line as the object, Word clears the Picture Placeholders option
and displays both the object and picture.
If you insert an object while Picture Placeholders is turned on, then
insert a picture on a different line in your document, Word displays the
picture but not the object, and Word clears the Picture Placeholders
option. If you then choose the Show/Hide button on the Standard toolbar to
toggle the display of nonprinting characters, Word displays both the object
and the picture (it doesn't matter if Show/Hide is turned on or off when
you choose the button).
Additional query words: 6.00a 6.00c winword word6
Keywords : kblayout kbofficeprog
Issue type :
Technology :
|
Last Reviewed: March 28, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |