| Thread | Last Post | Replies |
|
| Loop to insert rows in a word table | 18 Feb 2006 07:55 GMT | 2 |
I have a table set up in MS Word with text fields populating every cell. I need to write a macro that, among other tasks, inserts a new BLANK row after each row in the table. That is, I have this:
|
| Style replacement | 18 Feb 2006 07:52 GMT | 6 |
I need to build a procedure that searches an active document for the existence of a series of customized styles and replaces existing settings with updated settings. For example, if styles named SCT and/or ACT exist in the document, find all instances where they're applied and ...
|
| Arithmetic in Visual Basic | 18 Feb 2006 06:55 GMT | 2 |
I know next to nothing about Visual Basic, but due to the extreme tedium and frequent mistakes in typing in very repetitive sequences of invoices/estimates/delivery notes involving the same numbers in several places, I made the following function to make the documents ...
|
| A very visually basic question | 18 Feb 2006 05:49 GMT | 7 |
I want to put a macro in a template I have (Word 2003). I open the template and go to Tools>Macros>Record Macro. I assign the macro a name and tell Word I want to store it in this template. Then I record the macro. I save and close the template.
|
| Pinpointing why changes are occuring in Normal template | 18 Feb 2006 04:04 GMT | 1 |
I open Word, do various things, and then when I close Word, I get prompt saying that changes have been made to Normal. I don't know what those changes can be. Is there a macro that would tell me the moment that a change has taken
|
| Position of Cell | 18 Feb 2006 00:48 GMT | 2 |
Is there code which will return the position of a cell within a table relative to the page? I have pictures inserted in a two column table and I am trying to use a macro to insert shapes such as arrows in the center of the picture.
|
| how do I print on continuous forms? | 17 Feb 2006 21:10 GMT | 1 |
I need to print postcards from continuous 4"X6" pin-feed forms. How do I suppress the page eject function so I can control the spacing?
|
| Out of memory | 17 Feb 2006 21:07 GMT | 3 |
I have created a template which runs a macro containing a form and some code in a module. But if Word has (or have had) several instances of a document created from the template open the user gets a “out of memory” error when the macro runs.
|
| Sharing a word VBA Application | 17 Feb 2006 20:58 GMT | 1 |
I have just completed a VBA User app that will allow me and my co-workers to create a form letter based on information entered into a user form. However when I sent to file to my coworkers they were unable to open and use it. Before sending it i saved it as a .dot. Can someone ...
|
| Remove footer from first page | 17 Feb 2006 20:45 GMT | 3 |
Does anyone know the vba code to set or remove text from the footer of the first page of a multi-page document. There are no sections, its a dynamic document that may be 1-15 pages and I need to write a footer on all but the first page.
|
| FAQ - Frequently Asked Questions - vba - please read before posting - unofficial January posting | 17 Feb 2006 20:15 GMT | 9 |
FAQ = Frequently Asked Questions - brief - vba - unofficial This FAQ is posted weekly.- more or less Please save us all some time by reading it before posting to the news group.
|
| Determine Filename | 17 Feb 2006 19:11 GMT | 2 |
I'm embarassed to ask. How can I determine the name to the document that is currently open so that I can save it as a string variable? Using Office 2003 on XP workstations. I'm taking text from documents supplied by and outside vendor and inserting
|
| Expand/Collapse a Range of Columns | 17 Feb 2006 18:51 GMT | 1 |
I can get the sheet to expand/colapse, but want to be able to do it for a specific range. This is what works: Sub ExpandColapse()
|
| GetSpellingSuggestions fails with custom dictionary | 17 Feb 2006 18:28 GMT | 1 |
I am running into an issue with the GetSpellingSuggestions method. If I call it without specifying a custom dictionary, the call works find and returns a list of words as expected. However, if I provide the path to a custom dictionary it fails with an HR of 0x800a239d (which I ...
|
| change macro to include subfolders | 17 Feb 2006 18:16 GMT | 1 |
We have an issue with word whereby the server that held all the templates and docs needed replacing, the new server (which has a different name to the old one) works fine apart from one thing - whenever we open a word doc that has a template set in the tools/templates and addins ...
|