Revision Object
Thu, 18 Sep 2008 08:07:02 -0700
From Word 2003, when I run the code to loop through all revisons marks, I
get an error "object is required" in some cases. So what should I do to
avoid this error? Any help would be appreciated.
For Each oRev In Application.ActiveDocument.Revisions
If Not (oRev Is Nothing) Then
...
|
Images, forms, and VBA in MS Word
Thu, 18 Sep 2008 07:27:00 -0700
Hi all.
I currently have a template with a VBA form that allows my users to enter
data and have my report auto-build.
Unfortunately, I will need to be able to add an image to the document (along
with a caption) using the form mentioned above. I have managed to get the
image to be inserted into the document, ...
|
Code to alter envelope address location
Thu, 18 Sep 2008 07:24:01 -0700
I can alter the font and font size, but I can't alter from left and from top.
I've tried to adjust the frame, but I can't find code to do that.
Any help would be greatly appreciated! ...
|
Is there any way to assign picture for CommanBarPopup
Thu, 18 Sep 2008 06:30:07 -0700 (PDT)
Hello.
I need to set my button on user's toolbar (in left position). By
clicking on my button should opens list of some values. I tried to use
type of button as msoControlPopup, but it hadn't picture as like it
can be for msoControlButton.
Question: is it possible to assign any picture for my button with type
...
|
Find Revisions by Date
Thu, 18 Sep 2008 01:50:47 -0700 (PDT)
I found some strange behavior when trying to find revisions with
specific date:
- Open a document, enable revision tracking
- Begin editing the document
- Change computers date to e.g. one month in Future
- Continue editing the same paragraph
Now you have two sections in one paragraph with two different revi ...
|
How to change objects to pictures in Word 2002
Wed, 17 Sep 2008 15:19:21 -0400
We are in Word 2002. On a regular basis, we need to save PowerPoint
presentations as Word documents. When we do this, the file size is very
large, because all of the pictures are saved in Word as objects. We need a
macro that will go through the document and select each object and change it
to be a pictur ...
|
Fragile find & replace
Wed, 17 Sep 2008 11:53:02 -0700
I've tried some of the find & replace macros mentioned at various times in
the discussion groups and they do seem to be rather unreliable with certain
complicated documents.
This one, which I copied from a link, seemed to one of the most
straightforward and runs on most documents but sometimes ends up in an
...
|
|
|
Word VBA question
Wed, 17 Sep 2008 08:53:10 -0700 (PDT)
Hi all,
Just wondering if anyone can help me with the following.
I am doing up headed company paper....... Is it possible for me to set
up a Macro so that as soon as the document is opened from new it will
ask who the Customer is and insert it to a certain place on the
letter?
I'm hoping to do up a full ...
|
FileSendMail-macro
Wed, 17 Sep 2008 08:04:13 -0700
Hello NG,
I need help. I must develop a MAPI32.DLL to send files from Word with
File/Send Mail. (This command use the dll under
"HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Microsoft Outlook\DllPath" )
How can I see, what a functions are used from this MAPI-DLL, when I send a
file from Word? Can I edit the W ...
|
Sort Loop Problem
Wed, 17 Sep 2008 07:41:37 -0700 (PDT)
I'm trying to create a file of employees with their dependents. I have
created this procedure to sort the people but I'm getting duplicate
dependents in some cases but not all. I'll appreciate any input.
Thanks.
Private Sub ExportMain()
Dim LogFile As Integer
LogFile = FreeFile
Dim LogFileName A ...
|