TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:RE: I thought I knew every Word problem. . . From:"Karen Murri" <kmurri -at- comcast -dot- net> To:"'Chinell, David F \(GE Indust, Security\)'" <David -dot- Chinell -at- GE -dot- com>, "'TECHWR-L'" <techwr-l -at- lists -dot- techwr-l -dot- com> Date:Tue, 5 Dec 2006 18:51:35 -0600
As far as I know, there aren't any forms in the template. They're shouldn't
be anyway. I'll certainly give this a try if nothing else comes up.
Thanks,
Karen
-----Original Message-----
From: Chinell, David F (GE Indust, Security) [mailto:David -dot- Chinell -at- GE -dot- com]
Sent: Tuesday, December 05, 2006 6:39 PM
To: Karen Murri; TECHWR-L
Subject: RE: I thought I knew every Word problem. . .
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.
--
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 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.
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.9/571 - Release Date: 12/5/2006
11:50 AM
--
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 archive -at- infoinfocus -dot- com -dot-