| Thread | Last Post | Replies |
|
| Insert a Linked File in a protected document | 12 Apr 2006 22:16 GMT | 4 |
Good evening, I would like to insert a linked file into a protected template without unprotecting it. Is there a way to do this? Thank you for your time,
|
| what is file name where my personal auto text entries are stored? | 12 Apr 2006 21:59 GMT | 1 |
want to upgrade my version of office professional and don't want to lose the many auto text entries I've created over the years. does anyone know where they reside?
|
| Macro for selecting files | 12 Apr 2006 21:52 GMT | 2 |
I have a macrfo that will open a single word file, extract the data and save it as a csv file - which is what I want. What I now need to do is to make the macro do this automatically for every .doc file in the folder, and I have no idea how to do this.
|
| How can I call a template in another template? | 12 Apr 2006 21:08 GMT | 1 |
I want to call a userform from one template to another template.
|
| Add Check box field in Word | 12 Apr 2006 21:05 GMT | 1 |
I have design the form in word doc. This form for user fill in after via e-mail send back to me. So I want to add 6 check box for user fill in. Please advice how can add the check box in this doc. The word in office xp ver, also this vba is note sure run on Mac word..
|
| Make columns' content equal in length? | 12 Apr 2006 19:07 GMT | 5 |
I am trying to figure out if it is possible to stretch the content of a column in order to make it match the length of another columns' content, this will give a very nice layout (both columns line up with their top and bottom), but to accomplish this manually is a real pain.
|
| Excel as data source | 12 Apr 2006 19:07 GMT | 6 |
I have a table in MS Word and i want when users type in #80282 in one of the cell in the table (in MS Word), it will look up my excel file for that code and have the details about that code (like product ID, price etc) added automatically into my Word's table.
|
| Is There a Better Way to Code This?!! | 12 Apr 2006 17:53 GMT | 3 |
Can this be done with fewer lines? I want to populate "Text1" based on the value in "DropDown1". Sub AlphaChoice() With ActiveDocument
|
| Bookmarks | 12 Apr 2006 15:45 GMT | 2 |
Is it possible to prevent a bookmark from being deleted?
|
| resize table with macro | 12 Apr 2006 14:56 GMT | 1 |
I have a Word document and have many many pasted objects. I selected an Excel range then went back into Word and Paste special >link>Excel Worksheet object. I have recorded a macro that basically centers it, and sets the absolute
|
| Convert wordbasic function to vba for Word XP | 12 Apr 2006 14:56 GMT | 1 |
I could use some help with converting this old WordBasic function to a Word XP version (v.10 and up). Can this be done automatically? Best regards, Nomey ==========code=========
|
| How do i add new "Menu Item" to word template and trap its click event? | 12 Apr 2006 14:56 GMT | 3 |
I'm new to word automation, any one help highly appreciate I'm creating new Word Template file and I want to add a new menu item to existing menu ie File and want to trap click event to it. I tried with Tool->Customize Commands Tab. In categories selected "New
|
| positioning textbox on each page | 12 Apr 2006 14:56 GMT | 1 |
I have a large document with an table of contents, some general pages and after that the core of the document: text, each chapter in a section, with headers etc. The margins of the odd and even pages are different. Also different on even and odd pages is an textbox. Some
|
| global MSComm object ... Error: "not defined" | 12 Apr 2006 14:56 GMT | 4 |
I am new to VB and VBA and am working on a powerpoint presentation and need to connect to the serial port. If I use a form and create the MSComm object by adding a control (button with phone on it), it works fine.
|
| How to find names for built-in dialog boxes | 12 Apr 2006 14:55 GMT | 5 |
Is the list that comes up in the VB Editor as you type Dialogs( the full list available? In particular, I'm trying to find out how to call the "Modify Style" dialog.
|