RE: I thought I knew every Word problem. . .

Subject: RE: I thought I knew every Word problem. . .
From: "Chinell, David F \(GE Indust, Security\)" <David -dot- Chinell -at- GE -dot- com>
To: "Karen Murri" <kmurri -at- comcast -dot- net>, "TECHWR-L" <techwr-l -at- lists -dot- techwr-l -dot- com>
Date: Tue, 5 Dec 2006 19:39:02 -0500

Possibly one of your userforms was left in design mode. Here's code that finds it and fixes it.

Public Sub CloseDesignWindows()
Dim k As Long
With ActiveDocument.VBProject
For k = 1 To .VBComponents.Count
With .VBComponents(k)
If .HasOpenDesigner Then
MsgBox "Found in: " & .Name
.DesignerWindow.Close
End If
End With
Next
End With
End Sub

Bear

-----Original Message-----
From: techwr-l-bounces+david -dot- chinell=ge -dot- com -at- lists -dot- techwr-l -dot- com [mailto:techwr-l-bounces+david -dot- chinell=ge -dot- com -at- lists -dot- techwr-l -dot- com]On Behalf Of Karen Murri
Sent: Tuesday, December 05, 2006 7:16 PM
To: 'TECHWR-L'
Subject: I thought I knew every Word problem. . .


I'm on Word 2003, Windows XP Pro. I've got a template that needs some
changes. I developed the original (without this problem), got laid off, and
then got hired to work on the template again. I suspect the problem is an
artifact from folks working on the template without really knowing what
they're doing.

When I open the template or start a new doc from the template, it opens the
Forms toolbar and an "Exit Design Mode" toolbar. I cannot get these two
toolbars to stay away. They are not needed and really annoying.

Any ideas?

Karen Murri
Technical Communications
Home: 763-434-6113
Cell: 612-718-1979
E-mail: HYPERLINK "mailto:kmurri -at- comcast -dot- net"kmurri -at- comcast -dot- net
Web: HYPERLINK "http://www.km-wordsmith.com/"www.km-wordsmith.com



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.9/571 - Release Date: 12/5/2006
11:50 AM

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

WebWorks ePublisher Pro for Word features support for every major Help
format plus PDF, HTML and more. Flexible, precise, and efficient content
delivery. Try it today! http://www.webworks.com/techwr-l

Easily create HTML or Microsoft Word content and convert to any popular Help file format or printed documentation. Learn more at http://www.DocToHelp.com/TechwrlList

---
You are currently subscribed to TECHWR-L as david -dot- chinell -at- ge -dot- com -dot-

To unsubscribe send a blank email to
techwr-l-unsubscribe -at- lists -dot- techwr-l -dot- com
or visit http://lists.techwr-l.com/mailman/options/techwr-l/david.chinell%40ge.com


To subscribe, send a blank email to techwr-l-join -at- lists -dot- techwr-l -dot- com

Send administrative questions to admin -at- techwr-l -dot- com -dot- Visit
http://www.techwr-l.com/techwhirl/ for more resources and info.

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

WebWorks ePublisher Pro for Word features support for every major Help
format plus PDF, HTML and more. Flexible, precise, and efficient content
delivery. Try it today! http://www.webworks.com/techwr-l

Easily create HTML or Microsoft Word content and convert to any popular Help file format or printed documentation. Learn more at http://www.DocToHelp.com/TechwrlList

---
You are currently subscribed to TECHWR-L as archive -at- infoinfocus -dot- com -dot-

To unsubscribe send a blank email to
techwr-l-unsubscribe -at- lists -dot- techwr-l -dot- com
or visit http://lists.techwr-l.com/mailman/options/techwr-l/archive%40infoinfocus.com


To subscribe, send a blank email to techwr-l-join -at- lists -dot- techwr-l -dot- com

Send administrative questions to admin -at- techwr-l -dot- com -dot- Visit
http://www.techwr-l.com/techwhirl/ for more resources and info.


Follow-Ups:

References:
I thought I knew every Word problem. . .: From: Karen Murri

Previous by Author: RE: Strange Word reaction concerning graphics when updating fields
Next by Author: RE: How to make a Library of all docs from PDF files?
Previous by Thread: I thought I knew every Word problem. . .
Next by Thread: RE: I thought I knew every Word problem. . .


What this post helpful? Share it with friends and colleagues:


Sponsored Ads