Get rid of legacy 2003 custom toolbars in 2007
Wed, 17 Mar 2010 17:34:01 -0700
I have a Word 2003 template for which I created a custom toolbar with 5
buttons. The client migrated to 2007, so I did as well. Some of the buttons
don't work. I want to either delete some buttons or the entire toolbar but I
can't figure out how. Someone please help. I'm near bridge jumping. ...
|
GetCrossReferenceItems is acting flakey
Wed, 17 Mar 2010 14:09:02 -0700
Does anyone know how to fix this behavior? I have a custom form for
cross-references. This uses the GetCrossReferenceItems method of the active
document to fill a variant array. I then unpack the array into my form list
box.
In some sessions, the lists fill only partially -- because the array is only
fill ...
|
undo field code changes
Wed, 17 Mar 2010 07:39:01 -0700
I was trying to discover the field codes used by a previous creator of a
document. I followed some instructions in reviewing field codes and somehow
inserted codes into my document that I can't reverse. The biggest problem is
that these changes are effecting EVERY VERSION of the document. Can you
help??? ...
|
Alternate grey/red shading with subtitles getting shaded differently
(Word table)
Wed, 17 Mar 2010 06:35:22 -0700 (PDT)
Dear Experts:
I got a telephone list/table with the following make-up:
- Each name and corresponding phone number has got its own row.
- The letters A-Z also have their own rows and are formatted bold
- First name, last name is entered in one table cell
- Phone numbers are entered in the table cells next to ...
|
WordML Bug
Wed, 17 Mar 2010 00:44:01 -0700
I am using the WordML generated from the following code snippet for one the
application we are developing.
Str = ActiveDocument.Range.XML
The format applied in the document like Bold, Italic, etc are not embedded
in the string generated from the active document (only for few of the
documents tested).
...
|
Purge trailing space in a table
Wed, 17 Mar 2010 15:45:03 +1100
Below does not purge trailing space in a table:-
Fred Smith trailing space (no merge cells and anywhere in table rows)
What vba do tables require to clean up properly please?
Many thanks.
Sub Purge_Trailing_Space()
Dim s As String
With ActiveDocument
If Len(.Range) = 1 Then Exit Sub
s = .Characte ...
|
Determine which page where a shape is placed
Tue, 16 Mar 2010 19:50:01 -0700
Hi,
Currently i have a code which will print OMR Mark on each pages. Basically i
insert a canvas into each page and subsequently an OMR Mark Line Series are
inserted into the canvas.
Recently i found an issue that somehow one of the canvas is placed out of a
page and it appears at the previous page inste ...
|
|
|
Look To Available Styles List
Tue, 16 Mar 2010 18:18:01 -0700
I'm trying to use the code below to replace some styles and have the user
dictate which style to find and replace, however, before I resolve the user
input part I'm having a problem with the Public Function code at the " If
objStyle.NameLocal = strStyleName Then StyleExists = True". This statement
never rin ...
|
Any updates on VBA in next Mac Word?
Tue, 16 Mar 2010 18:16:04 -0700
I've been hearing rumors for quite a while that VBA will again be
avialable in the version of Mac Office that's due to be released at
the end of 2010 (presumably called Office 2011)
Is there any information out there yet about that version, or when a
beta might become available for those of us who would like t ...
|
How to update an existing Building Block in Word 2007?
Tue, 16 Mar 2010 12:10:07 -0700
Hello,
I have an existing building block and would like to be able to update it.
The "Save Selection to Gallery" is grayed out. Does anyone know the steps to
update an existing block in the Quick Parts section?
Thank you so much!
--
Smile...it is good for you! :) ...
|