| Thread | Last Post | Replies |
|
| How can I determine presence insertion point into some table? | 17 Oct 2007 10:15 GMT | 2 |
There is one macro which applies to table in which there is insertion point. If insertion point there not exist (insertion point is there out of table) then we is of error. How can I determine is there is insertion point into any table or not?
|
| Copying hyperlink including nametag | 17 Oct 2007 05:42 GMT | 2 |
Hello all, I haven't posted here in quite a while. The below macro copies the first hyperlink in the document. However, when the hyperlink includes a nametag, the copy does not include the name tag. For example, if the first hyperlink in the document is
|
| how to make a read-only word file in word 2003? | 17 Oct 2007 04:06 GMT | 1 |
how to make a read-only word file in word 2003? thank you in advance, best regards. davidxu
|
| Calculating time differences? | 17 Oct 2007 00:59 GMT | 1 |
How would I get Word to calculate time as in a time sheet, such as: In Time 8:00AM Out Time 12:30PM Word would give me 4.5 from that...
|
| Saving changes made in a form | 17 Oct 2007 00:31 GMT | 8 |
If a user opens a form to edit a document, is there a way to save the original information of the changes made in the document as Variables? If it can be done is there a way to call it back up later for review? LEU
|
| printing multiple copies VBA | 16 Oct 2007 18:35 GMT | 5 |
This line of code works perfectly in Word 2002 but ignores whatever is in the text box now in Word 2003? ActiveDocument.Printout Copies: = txtnum.value I have tried ActiveDocument.Printout Copies: = val(txtnum.value) and this
|
| Macro that searches for highlights | 16 Oct 2007 16:59 GMT | 1 |
Strange happenings. I have a macro that searches for highlighting and copies it to the clipboard. Occasionally, the macro aborts with an error because there's nothing to copy.
|
| Change a word throughout the document in one step | 16 Oct 2007 15:42 GMT | 2 |
I have a 75 page document that has a few words that need to be changed throughout it. For example: If I have a word like Chicago on many pages and I want to change it to Denver. How can I create a command so that if I change the first Chicago to Denver, the rest of the ...
|
| Using .NET forms in VBA | 16 Oct 2007 15:03 GMT | 1 |
I have seen several passing references to .NET forms (Visual Studio 2005) being usable in VBA. Is this possible? If "Yes" any links appreciated.
|
| Multiple selection for listbox (begin dialog userdialog) | 16 Oct 2007 15:01 GMT | 1 |
Dim lista1() As Long Begin Dialog UserDialog 700,200,"Titolo" Text 10,10,680,15,"Selezionare i tipi oggetto" ListBox 10,25,680,150,sString(),.lista1
|
| how to control the encrypted word document's password? | 16 Oct 2007 14:41 GMT | 1 |
i have added readonly and modify password to word document using VBA,but when i open the encrypted word document ,i can remove the readonly and modify password with word's tool,how to let me can not remove the readonly and modify password .
|
| Add-ins for different versions of Word | 16 Oct 2007 14:31 GMT | 1 |
Is is possible to create an add-in for Word 2007 in a Visual Studio project on a machine that has Word 2003 installed (and visa versa)? I seem to only be able to create a Word2003 add-in on a PC with Word2003 installed. On a machine with Word2007, it does not seem to find the ...
|
| Find the index of selected bookmark (Wd 2002 +) | 16 Oct 2007 13:36 GMT | 3 |
I have a bookmark spanning a selection. I place the insertion point within the bookmark. I need to use VBA to determine the name of the bookmark containing the insertion point.
|
| Inserting Table of Contents @ End of Word Document | 16 Oct 2007 13:13 GMT | 2 |
I am using Word COM to automatically add some text to page 1 of a document, then insert a TOC (Table of Contents) on Page 2. I am struggling on how to tell it to insert the TOC at the END of the document (As I am building it upwards). When I try and do an insert it
|
| Center-Align a table | 16 Oct 2007 07:34 GMT | 3 |
I need to center align some tables. I am using a macro in which I go to the table using a bookmark and then do: Selection.Tables(1).Rows.Alignment = wdAlignRowCenter this seems to center-align a right-aligned table but is not working for a
|