| Thread | Last Post | Replies |
|
| Another TOC question | 27 Oct 2005 12:02 GMT | 1 |
Is it possible for word to create a TOC based on styles that reflect not the page number but the paragraph number and line number? i am really strugling with pagination issues. im hoping this might be a work around.
|
| Points returned by Information(wdHorizontalPosition...) | 27 Oct 2005 10:23 GMT | 5 |
In a macro, the value returned by "Selection.Information(wdHorizontalPosition..." and "Selection.Information(wdVerticalPosition...)" is in points, even though the help says the value is in twips. I assume that the function is accurate.
|
| Program to Automatically Save Word File | 27 Oct 2005 10:05 GMT | 4 |
I have a program that saves as excel and word file with the same filename (see program below). The excel file is being saved without problem, however, the word file it is not working at all. Could you please help me with this matter?.. I think that even the
|
| Change Source of all Links | 27 Oct 2005 07:23 GMT | 6 |
I have word file (template.doc) that have several links from excel file (template.xls). Since these files are linked every time a create a new file I do the following steps: 1.- Open both templates and save them as a new files (sample1.doc and
|
| Passing variables between user forms and modules | 27 Oct 2005 02:18 GMT | 10 |
I can't seem to find the best way to pass variables between a user form and a module. Typically, I'm trying to send variables to a module to control how it initializes fields during the load event, and sending variables back to the module to determine subsequent processing based ...
|
| Can anyone help with a little math problem? | 27 Oct 2005 00:38 GMT | 3 |
the following code fails with "invalid procedure call or argument". Can you see why? Sub test() cosh = 1.5009
|
| Passing String parameter from Access to Word Macro | 26 Oct 2005 23:19 GMT | 5 |
Here is what I have: I created an Access database that is used to import text file data from Novell server configuration text file. In the first step of the process I've set the "Path" that I want all macros to use using a global string
|
| How to determine width of tables | 26 Oct 2005 23:02 GMT | 4 |
I need to determine the width of tables prior to copy them into a 2 column document using VBA. I looked at the columns width property but not all the tables have simple columns, some have nested or merged columns. Is there an easy way to detemine the width of any table regardless ...
|
| Batch process to change security of Word docs? | 26 Oct 2005 22:31 GMT | 3 |
(also posted in Word General) Is there a way to automate changing the security option of standard Word documents to make them read only or password protected? It's easy enough to do one by one (Tools --> Options --> Security) but I'd go crazy having to do
|
| fillable documents | 26 Oct 2005 21:05 GMT | 2 |
how do I create fillable documents in microsoft word 2003
|
| delete style and if style not found what to do.... | 26 Oct 2005 19:18 GMT | 4 |
i am trying to delete few style from activedocument. The macro is in one of the template and people create new document from there. At the end of tabulation etc. people delete unwant styles. It's always style a, b and c to delete. The macro deletes this a, b and c style but what ...
|
| Finding string of many spaces | 26 Oct 2005 19:01 GMT | 8 |
I need to find strings of multiple space characters and reduce them to 0, 1, or 2 spaces, depending on the first character. What I think I need to do is find two consecutive spaces, then extend the range forward and backward until I hit a non-space character. What do I use to do ...
|
| Mail Merge Update | 26 Oct 2005 18:07 GMT | 2 |
I have a mail merge document that is linked to an Access database table. A VBA procedure runs from Access that updates that table thereafter opens the linked mail merge document. My problem is that when I open the mail merged document through the Access VBA procedure it does ...
|
| can you add automatic sequential numbering to a word template? | 26 Oct 2005 16:39 GMT | 1 |
I would like to create a word template that will automatically enter a serial number on the page that will increase by 1 each time the template is used
|
| Saving word Pages as images | 26 Oct 2005 16:17 GMT | 3 |
Can anyone suggest me how to save word pages as images. I need to save each page as an individual image from the word doc through coding. Can someone help me with this.
|