| Thread | Last Post | Replies |
|
| Using GetAddress | 03 Jun 2005 21:56 GMT | 2 |
I have a memo template in which I am using GetAddress to allow the user to choose names from the address book. I have two textboxes on the user form: txtTo and txtCC. I have a command button on the userform to call the address book. Here is the code I am using:
|
| vba equivalent of "highlight the regions I can edit" | 03 Jun 2005 20:05 GMT | 2 |
In a protected document I can have Word highlight all fields that are editable in the document. This is done via a checkbox in the "Protect Document" section of the task pane that reads "highlight the regions I can edit".
|
| Using AutoText | 03 Jun 2005 19:26 GMT | 7 |
I have a really big problem that I hope someone can help with. I have a userform that has two textboxes, txtReLine and txtATName. The user will enter text into the first and a name into the second. When the user clicks OK, I need to create an AutoText entry in a template named ...
|
| Pulling document title from a document not currently opened in wor | 03 Jun 2005 17:35 GMT | 3 |
I have a feeling that this should be a really simple question, but I just can't figure it out for the life of me. I want to have a template window that lists all files in our networked templates directory, and shows them by title with the icon. Just like when you click templates ...
|
| Move cursor out of text box | 03 Jun 2005 15:12 GMT | 1 |
I am using Office 2003 on Windows XP. I wrote some code that adds a text box to a page and formats it. This code works fine, but when it's done, the cursor is left inside the text box. I would like the cursor to finish at the beginning of the document. I tried to
|
| Signing macro | 03 Jun 2005 14:44 GMT | 3 |
I'm working on a project which will need to be digitally signed. Before I spend any cash getting a certificate from Verisign etc does anyone know the steps to take to create and install a certificate from my local Certificate Authority then sign the VBA project with it?
|
| bookmark programming | 03 Jun 2005 14:31 GMT | 1 |
i've been trying to find how to jump to a bookmark from inside a procedure. like: activedocument.goto ............ and similar other ways i've tried. how can i do this??? thanks
|
| Reorder values in dynamicaly created WordBasic Listbox | 03 Jun 2005 11:43 GMT | 3 |
We have many macros developed in Wordbasic. Is it possible to easily reorder the values already in these listboxes. Any advice would be much appreciated. Thanks
|
| How can i creat a paragraph in a msgbox? | 03 Jun 2005 11:42 GMT | 3 |
|
| Rotating inlineshapes | 03 Jun 2005 11:36 GMT | 1 |
I need to rotate an inline shape, so I convert it to a shape (using ConvertToShape), rotate it using the Rotation or IncrementRotation property/method. It's all fine and dandy at this point, my image is nicely rotated (90
|
| FileSystemObject.copyfile | 03 Jun 2005 09:14 GMT | 3 |
I have been trying to copy a file using the following code but it gives the error Error '438' Object doesn't support this property or method
|
| start word with spec. styleshhet from access? | 03 Jun 2005 08:49 GMT | 2 |
I have an access appl. where I prepare a table. Then I want to open a new word document based on a specific stylesheet (not normal.dot). I tried soemthing an the basis of shell "winword.exe /t mystyle.dot"
|
| finding editable text in a document | 03 Jun 2005 07:11 GMT | 2 |
I would like to find all editable ranges in a protected Word document. I am aware of the SelectAllEditableRanges() method of the document object but I do not want to actually select text, instead I just want to get access to the range object of that text.
|
| Selection is ignored and formatting applied to entire document. | 03 Jun 2005 01:48 GMT | 3 |
I am starting to get the hang of this Word Automation thing, but this issue has me puzzled to no end. I have the following text in my document: [~Alternative~]by installing SQL Server 2000 as a named instance on the
|
| Command Not Available error when Marking index entry | 03 Jun 2005 01:26 GMT | 1 |
I have a VB.NET application using Word 2003 VBA. This works fine with most users but two users are recieving this error when I am making the call to the VBA function: m_ActiveDoc.Indexes.MarkEntry(r1, Entry, Entry)
|