|
|
|
checking for fonts in document
Sat, 16 Aug 2008 07:58:24 -0700 (PDT)
Hi,
I have a list of fonts and what I want to do is run some code over the
open document to see if it contains any fonts that are NOT in my list
and then return TRUE if it only contains fonts in my list of
acceptable fonts and FALSE if it contains other fonts,
I guess I need to hold the 'acceptable' fonts i ...
|
Transfer a template
Sat, 16 Aug 2008 07:15:14 -0700 (PDT)
I have a document (A) whose format I want to apply to a number of
existing documents (B and C)
Is this possible? How?
Grateful for all suggestions,
T. ...
|
Re: Replacing Text w/Autotext - Greg, Ed, Graham,Russ
Fri, 15 Aug 2008 21:08:09 -0700 (PDT)
I am not sure what the question is now. ScratchMacroII that I posted
does perform the task of replacing [A], [B], [C] and [D] with
similiarly named AutoText entries.
On Aug 15, 4:03 pm, Irene <Ir...@discussions.microsoft.com> wrote:
> "jerem" wrote:
> > Summer,
>
> > Thank you, thank you, thank you. Someo ...
|
Landscape format for first Word document not setting properly
Fri, 15 Aug 2008 16:51:25 -0700
Dear All
I am reading a group of text files from IntermediateFolder
and converting to word document and setting
font name as courier new ,font size 8 and orientation as landscape.The first
word document orientation is not landscape and rest of the documents
orientation is landscape.This h ...
|
Re: Replacing Text w/Autotext - Greg, Ed, Graham,Russ
Fri, 15 Aug 2008 13:03:15 -0700
"jerem" wrote:
> Summer,
>
> Thank you, thank you, thank you. Someone understand me. I've been trying
> to explain in every possible way I could that I want text - What text? [A],
> [B], [C], etc. that is dispersed throughout a document to be replaced by its
> similarly named autotext entry - au ...
|
Hidden Pages
Fri, 15 Aug 2008 11:26:03 -0700
Please excuse my english
I need a hidden word page accesible by one hiperlink, like in powerpoint,
but invisible.
I want a structure like a site but in word
I dont know if it's can be make, but is a good idea for futures versions,
jejejeje.
I can't use several documents.
Maybe re-writen the entire document ...
|
UserForm.Name can and cannot be accessed
Fri, 15 Aug 2008 06:08:00 -0700
Hi everyone,
My template contains three UserForms: UserForm1, UserForm2 and, indeed,
UserForm3. In addition, it has this sub:
Sub ASub()
Dim aForm As UserForm
Load UserForm1
Load UserForm2
Load UserForm3
MsgBox UserForms(1).Name
For Each aForm In UserForms
If aForm. ...
|
|
|
Exit Macro
Fri, 15 Aug 2008 02:24:01 -0700
I've inserted a macro to capture the value as negative amount when I exit the
amount field.
However, I found that the user did not leave the field before they save the
file. As a result, the macro is not running since they did not exit that
field.
Please advice what should I do to ensure that the macro i ...
|
Search string for specific word
Thu, 14 Aug 2008 23:23:01 -0700
Hi
Is there a VBA command to search a string for a specifik word?
I create a string with the printername and I need different things to happen
according to which default printer the user have selected.
/Lasse ...
|
Re: AutoText Formatting Question
Thu, 14 Aug 2008 23:17:01 -0700
Hi Cindy
What exact code do you put in for the parameter RichText:=True
"Cindy M -WordMVP-" wrote:
> Hi =?Utf-8?B?amJj?=,
>
> > I'm inserting an AutoText into my document that loses it's paragraph
> > formatting when I put it in with code. The formatting holds when I insert it
> > manually.
> > ...
|
|
|