| Thread | Last Post | Replies |
|
| Preventing Word from displaying the list of macros | 15 Mar 2007 03:38 GMT | 10 |
I use a ton of short text macros in my work. I really don't need Word to display the list each time I call a macro. Is it posible to prvent Word from doing this?
|
| Macro to detect doctype and change? | 15 Mar 2007 03:37 GMT | 3 |
I need help creating a macro to do the following: When any file is opened (I'm thinking this will be an autoopen macro), the macro will read the document's extension, and if it's a particular extension will automatically save it to the C drive with the same name but in another
|
| Lock the text area and enable controls for editing | 15 Mar 2007 01:32 GMT | 3 |
I have to generate a document which contains text and textbox control. I need to prevent user from editing the text in the document whereas they should enter value in the textbox and save the document. Please suggest how to do using vba.
|
| ActiveDocument.Add with passing parameter issue | 15 Mar 2007 00:19 GMT | 4 |
I have two word templates (A1, A2) and what i am trying to do using VB code is that create a new document base on A2 template when A1 is creating. So i write ActiveDocument.Add(Path of A2) code inside the new() in A1. Now i have issue that how to pass a parameter to A2 when ...
|
| Insert text - Footer - all Sections | 14 Mar 2007 22:59 GMT | 8 |
I'm in Word 2003, I am trying to insert text in to all sections including first page header. I don't want to just remove what is already there. I need to see if a doc number appears if so then delete just that. I have the guts figured out. My problem it's not
|
| Key bindings for commandbar pop-ups? | 14 Mar 2007 21:27 GMT | 2 |
My template has a commandbar with buttons and pop-ups (menus). I've been adding keybindings for the buttons by simply having the shortcut key call the same macro the button calls. Now, I'd like to add a keybinding that will open a pop-up (menu) on the
|
| Extended list view question | 14 Mar 2007 21:01 GMT | 1 |
Have any1 here tried the "extended list view" http://vcreations.net/product.asp?pid=1 How can I create combox within the list view? I cant add item to the combox dropdown list
|
| Table doesn't span pages | 14 Mar 2007 20:38 GMT | 1 |
I am finding that when adding rows to a table, the result can only be seen in Normal view and doesn't span across pages. For instance if Page 2. has a table and it is expanded to consist of 400 rows, the table is basically all on Page 2. I tried .AllowPageBreaks = True to no avail.
|
| Search twice in one loop | 14 Mar 2007 17:40 GMT | 2 |
I want to loop through a document doing a search, a second search, then typing text. Here is a more detailed list 1) search for "[Definition Header]"; 2) search for a ": " (colon and space);
|
| Menu Gets removed but not Toolbar Icon | 14 Mar 2007 15:37 GMT | 1 |
I am facing a problem when after uninstalling my Macro's, the Menu gets removed but not the Tool Bar Icon, it is happening only in Ms Word 2007. Note that I am not doing anything in AutoExit or AutoClose. I am saving all my changes in my own template and then deleting that ...
|
| Create Control at runtime | 14 Mar 2007 15:20 GMT | 1 |
Am I able to create controls (for example: combox box) at runtime? if possible, how can I do it ? Thanks
|
| get data of cell out of an excel file and copy in word | 14 Mar 2007 14:33 GMT | 12 |
I want to insert in my word doc the data of an open xls doc, ex cell A1. Is is possible to create a macro in word that maximelise the open XLS file, copies Cell A1, then minimalizes the xls file and than paste it into my word doc ?
|
| How to make Filename and path change automaticly in the Header | 14 Mar 2007 13:17 GMT | 11 |
I have been attempting to get the Filename and path in Insert AutoText in the Header/Footer settings change the filename/path when moving (cut/copy/drag-n-drop, ect...), the .doc file around various folders on my PC. The only way that I can make the filename/path change is to ...
|
| Word 2007 object model query - converting docx file to another format | 14 Mar 2007 12:48 GMT | 1 |
I'm finding the object model a little confusing and would greatly appreciate it if someone could clarify. I'm writing an app that will run on a server to convert a docx file to PDF - I've successfully used an example I found to do this conversion.
|
| Fields.Update does not work correctly in Word 2007 | 14 Mar 2007 12:07 GMT | 4 |
I am looking for a VBA-Code to update all fields in a document. The command "ActiveDocument.Fields.Update" does not update fields in headers and footers and in text-fields. In Word 2003 the following code does the job perfectly:
|