| Thread | Last Post | Replies |
|
| Add Blank Lines Prior to Table - Word2002 | 28 Sep 2005 13:56 GMT | 2 |
I have a two-column Word table which is triggered in MS Access. It properly opens Word, sets the Access data into the respective columns, obediently autoformats the Word table, saves the formatted document into a folder as .doc file on the server and opens the "Envelope Visible" ...
|
| Copy current page + next two pages | 28 Sep 2005 13:36 GMT | 1 |
I'm wanting to select and copy the current page + next 2 pages to a new document. I use the following code to copy a page, but can "\page" be modified to "\page +2"????
|
| Shapes OLEObject FileName change | 28 Sep 2005 13:33 GMT | 1 |
How do you cnange the FileName of an existing shapes?
|
| Problem loading picture in Forms.Image | 28 Sep 2005 13:03 GMT | 1 |
Hi, i "use" VB6 to open MS Word document and fill Forms.Image controls. The problem is that when i execute function below in VBA works, but when i
|
| Page Ref Field | 28 Sep 2005 01:14 GMT | 2 |
I know how to use the Page Ref Field in a document but I need to use it in one document while the bookmark is located in an other one, eg. a study book (document 1) where it is said: "after reading this lesson, go to the workbook (document 2) and do the excercise "two" page Y.
|
| Extracting Field Data Using VBA | 27 Sep 2005 22:01 GMT | 2 |
Once a document is open in VBA, is it possible to get the data associated with named reference fields: For example the document has the following field: { REF DocNum \h \* MERGEFORMAT }
|
| Macro from WORD to FRONT PAGE | 27 Sep 2005 20:22 GMT | 5 |
Hallo everybody. I have a really big problem: I made many macro in WORD, EXCEL an ACCESS (I made quite 100 macros, in OFFICE 2000). Now, to make my work simpler, I want to prepare a web site with the links I need to work, and some commands in
|
| Inserting a macro into a macro | 27 Sep 2005 19:04 GMT | 1 |
I am trying to put a macro in a form through a hyperlink that when the hyperlink is used, it automatically sends the form to my email. Is there any way to do that?
|
| Copy multiple paragraphs from multiple documents into one document | 27 Sep 2005 18:13 GMT | 2 |
I need to copy addresses from 1000 documents and put them into one document. I need a macro that will copy from all documents under one Folder and Paste them into another document, preferably a Table. I can work with the formatting later. I located a "How to Find & ReplaceAll ...
|
| insertfile - font increases | 27 Sep 2005 14:28 GMT | 2 |
when executing an insertfile action increases the font of the inserted document. How do I keep the original fontsize of the document being inserted?
|
| Menus spill into Autotext-list | 27 Sep 2005 14:22 GMT | 6 |
I am building 2 menues by VBA. I can not just make them by hand, because the content shifts all the time. I have a structure on then harddrive which i run throug, and use recursive coding to build an eccact copy in the menu-bar. This works great :-) But...
|
| I want to create macros within custom toolbars | 27 Sep 2005 14:10 GMT | 2 |
I would like to create macros with customized toolbars and THEN put them in a drop down list available to users
|
| Repeat Header problem | 27 Sep 2005 13:44 GMT | 4 |
I encounter the following problem: After inserting a table to the document I add the following lines: obTable.Rows.HeadingFormat = True obTable.Rows.AllowBreakAcrossPages = False
|
| How to (Task Pane) | 27 Sep 2005 13:39 GMT | 1 |
Is it possible to create task pane in word 2003 without using smart document? Bcoz I dont need any xml or xsd files. Please help.
|
| How to execute AddIn Code when I create a new Document? (Word 2000) | 27 Sep 2005 13:04 GMT | 1 |
i need to create an addIn that executes every time I create a new document. I saved an word document as a *.dot and put it in the add_in path. Then I created a module with a sub AutoExec. If I start word.exe the code is executed. But if I select FILE -> NEW ->
|