| Thread | Last Post | Replies |
|
| ListFormat in Word | 22 Dec 2003 20:00 GMT | 1 |
I´m Roby E Martins, vb Developer. I was trying to remove the "a)" from the document, a fixed text in the start of the paragraph (I call it "Title"). Then I saw this ListFormat control.
|
| document properties to access database | 22 Dec 2003 19:56 GMT | 1 |
Can anyone tell me how to save document properties to an access database. Here is what I want to be able to do 1) Create a new document from a template and save details such as number of pages, title, creation time, created by etc
|
| Enhancing the file open/save/close dialogs | 22 Dec 2003 18:15 GMT | 2 |
Is there a way to either enhance the standard file Open/Save dialogs that popup in word? If not, can I create my own, and replace the default ones. I want to capture a little more data then is currently on the dialogs
|
| Splitter | 22 Dec 2003 17:58 GMT | 1 |
I got some code that would help me split a large merged document into individual documents. problem is that the final individual document has an extra page at the end. how can i fix the code or the original document so that i dont have that extra page at the end. here's the code ...
|
| Passing text + commands to word | 22 Dec 2003 17:41 GMT | 1 |
I'm trying to pass MS Word some text and I want it aligned a specific way. How can I send command to Word to apply it to specific part of text that is being passed to it? I would appreciate any help. Thanks. Junaid
|
| Mailmerge object . Don't include a "body" property ? | 22 Dec 2003 17:41 GMT | 4 |
how to have something like .body="my personalized text" ? with the mergemail object ? It exists but with the outlook object, I think.
|
| How to delete a Range, based on a Fields-member | 22 Dec 2003 17:41 GMT | 3 |
I'd like to delete all the text from the begin of a document till the end of the first Field: _____________________________ Sub CreateTestDoc()
|
| Mail Merge Data Source | 22 Dec 2003 17:41 GMT | 1 |
I have a data base that I use for different merge operations. When I customize a "Mail Merge Recipients" list for a specific application, how can I fine that same customized recipients list to use for another application? I don't see any file names to hunt for.
|
| clear bookmark contents | 22 Dec 2003 16:46 GMT | 2 |
I have a user form that uses text boxes to insert text into bookmarks on my document. I want to clear the bookmark's contents at the end of the procedure. My attempt below didn't work. (I have many bookmarks, this is just one)
|
| range object -> strange | 22 Dec 2003 14:49 GMT | 1 |
I'm a bit confused by the range object. i have the following code (extraction): ---- Dim Rng As Range
|
| ListTemplate issues | 22 Dec 2003 14:20 GMT | 7 |
I have the following code (part of a larger "Style Resetting" macro): '_______________________________________ Dim Mydoc As Document Set Mydoc = ActiveDocument
|
| Document properties to access database | 22 Dec 2003 14:14 GMT | 1 |
Can anyone tell me how to save document properties to an access database. Here is what I want to be able to do 1) Create a new document from a template and save details such as number of pages, title, creation time, created by etc
|
| AddTexBox to wdHeaderFooterFirstPage does not work | 22 Dec 2003 13:52 GMT | 3 |
I want to add 1TextBox and 2 Pictures to the wdHeaderFooterFirstPage and no TextBox and 2 other Pictures to the other Headers of all pages exept the first (wdHeaderFooterPrimary) The Picture-part works fine but not the TextBox.
|
| Menu wird nicht angezeigt | 22 Dec 2003 13:44 GMT | 1 |
Ich habe ein eigenes VBA-AddIn f?r Excel geschrieben, das in Auto_Open ein Menu erstellt. Das funktioniert, wenn ich kein Dokument offen habe oder ein neues Dokument erstelle. Das Menu wird korrekt angezeigt und ich kann die Menupunkte anw?hlen und ausf?hren. Nun ben?tige ich dieses ...
|
| Allocate face ID to popup line in customized menu | 22 Dec 2003 13:38 GMT | 3 |
I have created a popup line (called "Mypopup" in a customized menu (called "Macros") using the code CommandBars("Menu Bar").Controls("Macros").Controls.Add(Type:=msoControlPopup)
|