| Thread | Last Post | Replies |
|
| Obtaining the current value of outline numbered style | 20 Dec 2007 10:56 GMT | 7 |
I have a document using outline numbered styles for the paragraphs. The user selects a series of paragraphs and then runs a macro. The macro copies the selection and pastes into a new document. The selected text may have started at e.g. 9.2.3.5. The style is copied correctly to ...
|
| error when adding a new style | 20 Dec 2007 00:18 GMT | 1 |
I was trying to add a new style into an existing word document (for office word 2003). I want the following code to run when a user opens it so that it would add this new marginstyle beforehand. So i call that function in the AutoOpen macro. However, i got an error message.
|
| Formula Headaches | 19 Dec 2007 23:08 GMT | 3 |
I'm still struggling with the Numeric Formatting of a Formula of a table. Can someone explain what is wrong. I have =-2020596 \# "$#,##0;$(#,##0);'--'" Now if I do a summation on this value, it will not include/calculate the
|
| Automatically enter the text from a text field in headers | 19 Dec 2007 20:52 GMT | 13 |
Creating a form, with two text fields on page 1. The text fields are bookmarked as EventName and EventDate. I would like to have the Event Name and Date automatically appear on the second and subsequent page headers. I've done this previously, but not within a header. I put ...
|
| Word 2007 - slight change in "Lock project for viewing" and password settings? | 19 Dec 2007 17:11 GMT | 3 |
For years, I've, as a matter our routine with all my templates, password protected the VBA Project behind by Word Templates even when they were codeless - You could do this with Word 2000, 2002, and 2003. But it appears that with Word 2007 you have to have at least some VBA
|
| macros do not work the same on different computers | 19 Dec 2007 16:27 GMT | 8 |
I created a form with macros for cascading drop-down boxes. The form works perfectly on my PC, but if I email it to my coworkers, the macros do not perform correctly. I have had them email the form back to me to make sure the file did not get corrupted in the email process and ...
|
| List pages to print, select one page | 19 Dec 2007 13:39 GMT | 8 |
I have a situation where the user may select one of several possible pages to print. My idea (which may be off the mark, but it's what has occurred to me) is that each of the pages would contain a bookmark. I have adapted some code Jay Freedman posted about a year ago to list ...
|
| Copying highlighted text to another document retaining the paragraph formatting | 19 Dec 2007 13:08 GMT | 2 |
When reading a document, I highlight important/interesting text. I later extract these highlighted portions to another document using the following code (from the Web): Sub ExtractHighlightedText
|
| Toolbar menu item calls macro with argument | 19 Dec 2007 12:56 GMT | 3 |
I know how to create a custom toolbar with menu items that invoke macros. The question is, is it possible to create sucha a menu item that calls a macro that takes an argument. I have a macro that takes an argument that then processes the argument using a Select Case... construct ...
|
| Collapse confusion | 19 Dec 2007 01:59 GMT | 5 |
1. I need to move the insertion point to the end of the section where the current insertion point is. I use the below code: intSecNum = Selection.Information(wdActiveEndSectionNumber)
|
| Formula Problem | 18 Dec 2007 21:16 GMT | 1 |
I am, through the use of vba, dynamically building a table from data in a text file. Then I add at the bottom of the table an extra row to calculate the summation of the values. Values
|
| Pagesetup returns 9999999 for margins | 18 Dec 2007 15:06 GMT | 2 |
I'm trying to copy the margin information from one document to another. If I open the pagesetup dialog box, everything seems normal but if I use the following code (whether in a macro or in the immediate window) the values returned are 999999 seemingly at random. This does not ...
|
| Stability of Code | 18 Dec 2007 14:17 GMT | 3 |
I am wondering how stable this code is: http://word.mvps.org/FAQs/InterDev/FillListBoxFromXLDAO.htm It seems to be temperamental. Some days it works fine and some days it has some hiccups (for lack of a better term). I seem to get the message
|
| Switch between drives | 18 Dec 2007 09:10 GMT | 4 |
I'm trying to do something that is quite ambitious for me, and I'm getting nowhere fast. I wonder if anyone has the answer to this. I'm building toolbars to allow users to open new documents from custom templates. However, the templates could be on a shared drive or they could ...
|
| Example: How do I set up a repeating meeting in Outlook? | 18 Dec 2007 08:30 GMT | 1 |
|