Tagged Questions
0
votes
1answer
53 views
Word 2007: Table of Contents dialogue box does not appear
According to the Microsoft Office 2007 training and locations elsewhere on the Microsoft help forum, if a user of Microsoft Office Word 2007 selects References->Table of Contents ->Insert Table of ...
1
vote
0answers
125 views
Merging paragraphs in MS Word 2007
I'm looking for a macro that merge and reformat paragraphs in MS-Word 2007. And I have some problem of text overflow with this macro :
Sub FixParagraph()
'
' FixParagraph Macro
'
'
Dim ...
0
votes
1answer
2k views
Word Macro - auto increment invoice number and file name on save
We're developing an invoice template for Word, which contains an invoice number in a field at the top of the page.
We would like the invoice number to auto-increment (from the last invoice number), ...
1
vote
1answer
540 views
How to add instructional placeholder text to a Word 2007 template
I am creating a Word 2007 template for others to use as a starting point for creating Product Requirements documents.
I would like to embed instructional text in the template which will guide users ...
0
votes
2answers
66 views
How do I associate a shortcut key combination to a macro in Word 2007?
I've created a macro that inserts a reference to a table
When I did the macro, I configured the access to this macro through a button. But, now I want to change it to use the keyboard instead of ...
2
votes
0answers
52 views
Why are some options unavailable when recording a macro in Word 2007?
I am trying to create a macro that works with images in Word 2007. The problem is that when I start recording my macro I can't select some options, such as the one surrounded by a red border in the ...
0
votes
1answer
1k views
Word Macro: Move Cursor Down a Row
I have a macro which I've been using to merge two cells together in a word table, but what I want to do is to get the cursor to move down by one cell, so that I can repeatedly press the shortcut key ...
1
vote
2answers
313 views
Using Macros with Word 2007
Yesterday, I made a macro to automate switching to a split view in the print layout. It worked fine, and I added a button for it to the quick access toolbar. All was good. Now, today, the button is ...
1
vote
1answer
448 views
Preventing a confirmation pop-up when updating fields in Word
In Word 2007, an obvious candidate for updating all the fields in a range is
myrange.Fields.Update
But if the range is the element of ActiveDocument.StoryRanges corresponding to the footnotes, ...
0
votes
1answer
603 views
Insert set of fields/document properties automatically
I'm fairly new to Word 2007. (Coming more from a Linux/text editor background.) Each time I create a document within Word 2007, I add a set of details to the start of the document.
It's the same ...
1
vote
2answers
3k views
“macros have been disabled” message in Word 2007 but no macros
I open a .doc file in Word 2007 (sorry I am unable to supply the .doc) which pops up with a message above the document "Security warning: Macros have been disabled" but there are no macros shown in ...
1
vote
2answers
899 views
Interacting w/ Graphs Using VBA in Word 2007
I have a long MS Word 2007 document, in which I occasionally need to replace all of the embedded graphs.
The changes are simple enough and regular enough that I could probably write a VBA macro to ...