Show Hidden Text
Wed, 15 Oct 2008 10:10:33 -0400
Is there a way programatically to toggle the Show and Hide hidden
text? ...
|
How to add into menu (msoControlPopup) the separator?
Wed, 15 Oct 2008 06:57:51 -0700 (PDT)
Hello.
I have own menu as msoControlPopup with list some values (e.g.
bookmarks). Above this list I want to add other the item menu (e.g.
"Remove all bookmarks"). And I want to separate it from the list of
bookmarks. The list of bookmarks is lower than menu item "Remove all
bookmarks". I can to add the separat ...
|
VBA code required
Wed, 15 Oct 2008 06:26:01 -0700
I am creating a Leave application word form, where i need my users to click
the submit button and that sends an email out.
Application word 2007
This code works fine when the recepient clicks the submit button, the
recepient of the email is the one specified in the code.
ActiveDocument.SendForReview _
...
|
How to restore of view the "Document map"?
Wed, 15 Oct 2008 00:25:32 -0700 (PDT)
Hello.
Recently I was confronted with the problem of view the "Document map".
Besides my Headings it show text of others styles: captions of
pictures, list of numbered, list of marker etc. It is not must be.
However, when I select into document some text (e.g., caption of
picture) and next apply to it his own s ...
|
.dot file to add references via AutoExex?
Wed, 15 Oct 2008 00:37:46 +0100
Is it possible for a .dot template file to add references to it's own
project automatically when it is starting up
via an AutoExec procedure?
One problem with AutoExec (in a .dot file?) is that it doesn't fire when
Word was already running for example
as Outlook.
RBS
...
|
template document_open
Tue, 14 Oct 2008 16:28:01 -0700
I have a template that works as designed except for a small problem. After a
document is created using the template and then saved and re-opened, the
Document_Open doesn't fire. This only happens when the user has to enable
Macros manually, rather than have them enabled automatically because of a
non-trusted ...
|
creating envelope macro
Tue, 14 Oct 2008 13:38:01 -0700
I have a protected template which is populated with information from our host
system: formfields Text1-Text4 have the name, DBA, address, CityStateZip.
I want to create a macro to which these 4 are selected to print an envelope.
I don't want the user to have to unprotect, highlight these, and then tools>
E ...
|
|
|
Word As An Unsafe ActiveX Control
Tue, 14 Oct 2008 12:18:02 -0700
I am converting some VBA applications to Web versions. They will run VBScript
on Web pages hosted on a server. The problem is Word is considered to be an
unsafe ActiveX control and current security settings prevent that code from
running. Additionally, users are prohibited by security policy from manually
ch ...
|
Toggle view macro
Tue, 14 Oct 2008 12:04:58 -0500
I am new to vba. I would love to write a simple conditional macro with two
states for viewing my document. If the current state of Zoom is 75%
(viewing the whole page) I would like the macro to switch to zoom of 150%.
And if the current zoom state is at any other %, I would like for it to
switch to 75%. I ...
|
ContentControls ID
Tue, 14 Oct 2008 09:04:04 -0700
We should be able to set the ContentControls ID so that it can be referenced
from code. i.e. ThisDocument.Range.ContentControls("MyCC")
Thanks for your consideration.
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this s ...
|