Selection.PasteAndFormat method23634 (2/11/2010 8:07:26 PM) In Word 2007, when I record a macro that does a regular Paste from the
clipboard, it records it as
Selection.PasteAndFormat(wdPasteDefault)
It also seems to use the same 'wdPasteDefault' type even if I c... Rick
A macro to bold first row in word tables22917 (1/19/2010 5:54:21 PM) I have been having an issue with applying new styles to existing tables in Word 2007 stripping away the bolding of the first row which contains the headings for all the columns. Is there a way to loop through ... Nick
Add rows to table32418 (1/17/2010 2:59:01 PM) This is a template -
I want to be able to add rows to a table (7 colums).
Below is example of table:
Each a new row would be
added above and the form fields to be named 'Pol2' , 'Name2', etc.
Net2 woul... Utf
SaveAs - prevent overwriting existing file?22514 (2/8/2010 8:31:01 PM) I've encountered a problem with VBA code that is performing the SaveAs
function: it doesn't seem to give me the same warning about the file already
existing as using SaveAs from the Word menu manually. I se... Utf
Word font color keyboard shortcut43102 (2/5/2010 8:18:13 PM) I'm requesting that a keyboard shortcut for applying the currently selected
font color be designed into Word. I suggest Alt+C. It's very easy to
highlight the desired text with the mouse in the right hand... Utf
Populating ActiveX Drop Down Menus in Word 200732817 (2/2/2010 1:23:01 AM) Can someone please help me with step-by-step instructions on how to populate
an ActiveX drop down menu in word 2007 and also to be able to make the user's
selection remain in the box when the document is cl... Utf
Make hyperlinks blue/underlined72536 (1/15/2010 9:14:30 PM) Hi there,
I'm kind of a novice, so any help is appreciated.
I'm trying to create a macro that looks into the document to find
hyperlinks, and if they're not already blue and underlined, make them
so.
... supersub15
Editing Paragraph Line Spacing using macro; need help42991 (2/23/2010 2:55:01 PM) I have the following code which should, but does not, change paragraphs that
have exactly 24 or 12 pt spacing.
Can you advise me as to what is wrong with the code? I can't find anything
that addresses t... Utf
replace picture in content control52705 (2/1/2010 12:57:01 PM) Hi all.
How can I replace picture in content control without losing content
control's (picture) format? (MS Word 2007)
Thanx
... Utf
Adding a watermark using VBA32753 (1/13/2010 7:05:01 PM) I have a document that has a header in it. I want to add a watermark from my
building blocks into that header, without erasing or replacing the existing
header. This means I would show the header and the wa... Utf