Embedding fonts in a template
Fri, 12 Sep 2008 11:25:59 +0100
Is it possible to ensure that a template embeds fonts, so documents created
from the template can be sent readably to others who do not have the font,
or does this option have to be set on each person's computer?
Thanks for any help.
...
|
Properties Dialog Box
Wed, 10 Sep 2008 14:10:39 +0100
How can I make the fields auto scale to show the full information that has
been typed there?
Is this even possible?
Thanks
...
|
Dialog Box acces 2003
Wed, 10 Sep 2008 03:26:09 -0700
I have the following codes
I want to change the font size of those messages, is this possible?
please can you help how to do it, iam using access 2003
thanks
I really appreciate for any help
Denver
Dim response As String
Dim Mynote As String
'Prompt SLSA Engineering MessageBox
Mynote = " ...
|
Macro to format text between square brackets and text with in braces
Tue, 9 Sep 2008 16:35:48 -0700 (PDT)
Hello,
I am a word macro neophyte at best.
What I would like is a macro that would:
bold, font size =14, font color = blue all text between square
brackets [ ] and put all text between braces, { } to font size 10,
italics, color=red. Any direction would be appreciated. Thank-you.
JB ...
|
Looking for suggestions how to make my functional but ugly hack job
code elegant
Thu, 28 Aug 2008 11:52:22 -0700 (PDT)
Hello all;
First time poster here. What I'm trying to do is search through a
document targeting on a keyword (entered by the user). When the
keyword is found, the code then uses the Extend and wdMove objects to
Select the sentence that the key word is in copy it and paste it at
the bottom of the document.
...
|
Using Routing from MS Word 2003
Thu, 28 Aug 2008 09:06:07 -0700
I have written a form for our purchasing department which gathers
information, then rotues the complete form. The purchasing department wants
to add a W-9 PDF (as an attachment) to the form, and I can't figure out how
to do it.
Since it is a PDF, I cannot insert it into the Word form.
Using RoutingSlip, I ...
|
How to use an 'Or Operator'
Tue, 26 Aug 2008 10:33:18 -0700 (PDT)
Hi -
I'm trying to write a simple bit of code that simply checks for proper
formatting of text. The problem is that the code I have used does not
seem to properly work. Can someone offer a suggestion of how to fix?
Private Sub TextBox1_Exit(ByVal Cancel As MSForms.ReturnBoolean)
With Me.TextBox1
If (No ...
|
|
|
Word 2007 toolbar(s), templates and its user frontage
Tue, 26 Aug 2008 16:25:23 +0100
Just started looking into Word 2007 and it seems that toolbars as in Word
2003 can no longer be produced. Is this correct?
Is the only place I can find to put macro buttons in Word 2007 is the Quick
Access toolbar and this is called "Default" on my version of Office 2007 and
all open Word documents can access ...
|
Agreements
Mon, 25 Aug 2008 12:42:47 -0700
Hi Everybody,
Will someone help me? I want to create an Agreement, so that when I mail it
to a recipient, it will open and ask them for their name, their company
name, address, city, state, zipcode and contact phone number and email
address. Then I would like for this document to have a drop-down that
a ...
|
DOC to TXT
Mon, 25 Aug 2008 06:33:55 +0300
Hello Newsgroup!
I have a foldertree with 3 underfolders, that include about 500 .doc
documents.
I will open the .doc automatily and then saving as .txt and if possible
delete the .doc file from the disc.
I can open one file with VBA, when I have the filename in the code.
It's possible to make that wit ...
|