| Thread | Last Post | Replies |
|
| add command to menu item | 14 Apr 2007 04:50 GMT | 2 |
This is for 2007 My issue is: There is a small-- perhaps 1/2 inch (12mm) x 2 inch (52mm)-- menu that activates immediately adjacent to any text that we click on.
|
| How to determine Table Indent | 13 Apr 2007 22:03 GMT | 4 |
I used to use Table.Rows.LeftIndent property to determine a table's indent value. If this is value was set to wdUndefined then usually Table.Rows(0).LeftIndent is the most appropriate since some documents tend to indent all other rows slightly to enhance the appearance. I have ...
|
| Run routine when the Userform is in the active state | 13 Apr 2007 20:10 GMT | 4 |
I have a non-modal userform which allows the user to select back and forth between the document and the userform. There is a list box where the user can select different items. Every time the user clicks on the document, the userform loses focus and
|
| Deploying a Macro in Office 2007 | 13 Apr 2007 17:02 GMT | 3 |
I have a series of Macros that goes through various Office documents and automatically changes company trademark names to appear in the corporate standard font and style. I am trying to get this working in Office 2007 and having major problems.
|
| Assigning a Macro to object, textbox, etc. | 13 Apr 2007 14:28 GMT | 4 |
Is there a way to assign a macro to an object or text box or even hyperlink text within the body of Word? I'm used to simply adding a command button on the sheet in Excel, but does not seem to be an equivalent in word. I was excited when I found the drop down on the floating ...
|
| Copying Image | 13 Apr 2007 14:03 GMT | 3 |
Hi I'm working on a task that copying all image a doc to another. I got stuck when I meet textbox. All the image after the textbox actually go into the textbox !!!
|
| Using the Template Help panel to convey your own help menu | 13 Apr 2007 13:24 GMT | 3 |
Is it possible to use VBA to invoke the template help panel to show your own help in a custom (self-made) template? Thanks Jack
|
| How to import data into a word document from sql server express 20 | 13 Apr 2007 11:19 GMT | 2 |
I have a lot of valueable test data (html actually) locked up in a sqlserver express 2005 database table. I want to access this in word. I was looking for a word macro, which will connect to the database, and do a sql select from a colum in a table and display the content in word.
|
| Select all shape in a page | 13 Apr 2007 09:26 GMT | 1 |
I need some help from all of u^^. How can I select all shape object in a page? I know I can select all shapes in the document by activedocument.shapes.selectall
|
| Word Fax to 1 address of Outlook | 13 Apr 2007 09:12 GMT | 4 |
I wonder how difficult is to get an very useful macro listing or addin for the every day duty in small offices. The routine (exactly as outlook have foreseen for E-mails) is: - prepare a comunication for someone using MSWord (fax or letter);
|
| Moving to next field with F11 in protected document | 13 Apr 2007 04:49 GMT | 8 |
I have a VBA macro that selects the word to the left of the cursor and inserts a file of that name into the document. The macro counts the fields in the document before and after the file is inserted, and if the number increases (meaning there are fields in the file that was
|
| Help with using a variable in a userform name. | 13 Apr 2007 00:28 GMT | 2 |
I am wanting to use a variable in place of a control name to do a loop. Here's the basics. The controls, ETYPE, EENTRY, FREQ, and ETIME are all on Userform1. They are all labeled 1-48. (ETYPE1, ETYPE2, ETYPE3, etc.) I want the ("EntryLine") in the code below to be the value of the ...
|
| Textbox Changes | 13 Apr 2007 00:14 GMT | 1 |
This is only my second time posting here and I'm pretty new with this so bare with me. I have a userform which a user opens that contains different text boxes linked back to bookmarked - cells in a table. It works fine except when I
|
| SaveAs error | 12 Apr 2007 23:14 GMT | 4 |
When a macro I have tries via ActiveDocument.SaveAs FileName:=DocName I am getting a run-time error 5152, This is not a valid filename. I have checked the variable DocName and it is a perfectly valid filename.
|
| Macro Button that don't print | 12 Apr 2007 23:06 GMT | 1 |
I would like to add Macro Buttons to my form so users can activate a macro in a protected form. Is there a way to make it so the macro button shows up on the computer but does not show up on the printed copy?
|