| Thread | Last Post | Replies |
|
| Replace() Function -- Syntax Error | 27 Apr 2005 00:21 GMT | 1 |
Why doesn't: --Dim currname As String --currname = ActiveDocument.FullName --replace(currname," ","%20",1,-1,1)
|
| Auto Open Macro | 27 Apr 2005 00:09 GMT | 1 |
Does anyone know how to create an AutoOpen macro to update the styles ("automatically update document styles setting) of a document only if the document variable/property is in Draft mode, but not if it's Active? I work in version control strategy environment where its crucial to ...
|
| XP Word Page Number errors | 26 Apr 2005 20:40 GMT | 1 |
Having problems with page numbers using Word in Microsoft XP Professional. A section break is causing the numbering to stop at page 17 and begin again at page 1. How do I fix this so that the numbering continues to 18, 19, and so on?
|
| Yes or No Button | 26 Apr 2005 20:15 GMT | 1 |
Word 2000 Need to have option of selecting Yes or No in table without having form locked. Any ideas? thanks!
|
| Executar Macro ao Iniciar um Documento | 26 Apr 2005 20:00 GMT | 2 |
Prezados, criei uma macro num documento do Word 2003 e gostaria que ela fosse executada automaticamente ao abrir o documento, descartando a necessidade do usuário ter que executá-la manualmente.. como configurar?
|
| How can I change 50 links QUICKLY from a SpSht source to a Word D. | 26 Apr 2005 15:17 GMT | 6 |
I have a word document with 50 links in it from a spreadsheet. I use the file daily. I need to change the speadsheet name and the word document name, while keeping the links between them active. Then, I need to enter new information
|
| Changing multiple Word/Excel worksheet links quickly | 26 Apr 2005 14:56 GMT | 4 |
Excel I have a Word document that has fifty liked items from a 12 page Excel workbook. I want to change the file names of the Word document and the Workbook while preserving the links between them AND while preserving the original Word
|
| Remove a section using chkbox | 26 Apr 2005 14:47 GMT | 2 |
Hello, (very new to VBA) I have a form with textboxes linked to bookmarks in a word template. My last item to figure out is coding a couple of check boxes. I am having difficutly figuring out the code that when a check box is
|
| table column line up problem | 26 Apr 2005 14:44 GMT | 2 |
Sometimes tables in Word get messed up and the columns don't line up properly. Does any one know of a quick way to fix that problem? At this point, I either have to recreate a portion or the whole table or fiddle around with lines of columns until they "click" into place.
|
| How do I stop a button from printing? | 26 Apr 2005 14:25 GMT | 1 |
I have a command button placed in a table cell. The button performs its task fine, but I don't want it to show up when I print the document. How do I prevent the command button from printing? Thanks for your help.
|
| VBA access to Drop Down list Selection | 26 Apr 2005 14:07 GMT | 3 |
Have a form that I've used VBA to implement calculation in. With text entry fields I've been able to get the results I'm looking for. However for some fields I used a dropdown list to control input. Cannot for the life of me figure out how to access what item in the dropdown ...
|
| Code For Review | 26 Apr 2005 14:06 GMT | 7 |
The other day I noticed that Find ^13{2,} and Replace with ^p failed to remove empty paragraphs located between tables. Dave Rado in his article http://word.mvps.org/FAQs/MacrosVBA/DeleteEmptyParas.htm
|
| word VBA - Merging two tables | 26 Apr 2005 13:28 GMT | 1 |
Hello VBA checkers, i wrote a word2000 macro, where i have to put two tables together. The problem is that the second table can have one more column than the first. I just want to glue both tables together to one.
|
| Track Changes & Doc Variables | 26 Apr 2005 13:09 GMT | 1 |
I've recently created a document, which is currently using Doc Variable and I notice that when I click on the actual 'Doc Variable/Field Code' and edit the text, save the document and reopen it - the 'Doc Variable/Field Code' has reset it's self to it's previous information.
|
| Strange problem with table borders | 26 Apr 2005 12:52 GMT | 4 |
Hi, I encounter a problem with table borders. I wrote a Word macro which creates a new table with the following parameters: Set oTable = ActiveDocument.Tables.Add(Selection.Range, NumColumns:=3, NumRows:=1)
|