| Thread | Last Post | Replies |
|
| copy macros | 04 Oct 2006 15:36 GMT | 9 |
I need to copy users old macros and toolbars from one location to another. Has anyone done something like this? My goal is to automate the process so that the individual only needs to click a button to copy over all of their macros and toolbars.
|
| Newbie: how to use vba to install a word macro on other machines? | 04 Oct 2006 14:44 GMT | 2 |
I want to write a vba macro in a word document that can be distributed to other Word users. This macro should create a new macro (see below) in the normal.dot template and create a macro command entry on the Formatting toolbar.
|
| Repurpose existing functionality in Word 2007 | 04 Oct 2006 14:34 GMT | 5 |
I want to auto insert xml tags into my table cell whenever a cell is drawn in MS word 2007 How can i do that? -Noopur
|
| Specify paragraph direction | 04 Oct 2006 13:57 GMT | 1 |
How can I specify paragraph or Text direction to "right-to-left" or "left-to-right" in vba?
|
| running 2nd macro from within userform macro | 04 Oct 2006 13:12 GMT | 1 |
i have a userform populating form fields in a document. one of the form fields needs to be the userform textbox, txtnumber, but written out (i.e., three hundred seventy-five). i found on the web a macro that will do this. but i'm having trouble making it run from within
|
| Security settings and Word forms | 04 Oct 2006 12:58 GMT | 3 |
I think I am getting a better understanding of the security issues related to Word forms. Would like to know if I have it correct, tho. I plan to email a .doc file as an attachment that will be a Word form to collect survey info. I will be using basic form fields for most of ...
|
| Trigger the Properties Dialog box on open | 04 Oct 2006 12:38 GMT | 3 |
This is slightly different than some of the other questions on the group. We are developing a template for drafting over 2000 instruction documents. Since most of our user base have never correctly used templates and we want the flow to be as smooth as possible; we are putting as ...
|
| Error trapping an Input Box | 04 Oct 2006 06:44 GMT | 4 |
I have to error trap the following line of code: ActiveDocument.Variables("varmeetingnumber").Value = InputBox("Meeting Number") If the user doesn't enter any number, I want to display a Message Box and
|
| Working with folders | 04 Oct 2006 04:50 GMT | 7 |
I have a couple of problems I hope someone will be able to help with Firstly I would like a folder to be created (name inputted in to text box by end user) then a commanbutton which will then create said folder at the given path. However at moment all I can achieve is a folder
|
| Word 2003 - Find multiple items, select entire line | 04 Oct 2006 04:10 GMT | 1 |
I have large amounts of imported plain text that I need to format. I need a macro that will look for the occurence off any number between 500 and 553 followed by two spaces then a hyphen, select the entire line containing it and making it bold.
|
| Excel data | 04 Oct 2006 03:09 GMT | 1 |
I have a spread sheet that is up dated daily, text and numbers, I need to update word userforms with this data. How would I go about this.
|
| Load Macro on startup | 03 Oct 2006 23:20 GMT | 7 |
I have written some VBA code which does the following: 1) checks if a custombar exists; 2) if not, adds it 3) adds a combobox to the custombar
|
| Hooking controls | 03 Oct 2006 23:15 GMT | 7 |
Is the following possible? I have a 3rd party template that comes with a product, call it XYZ. As usual, the code appears to be sloppily written and causes the document to be unnecessarily dirtied.
|
| Macro must run when document opens | 03 Oct 2006 22:59 GMT | 1 |
I have a macro that updates all form fields. I want Word 2003 to run that macro automatically when it opens a document containing that macro. Any suggestions on how to do that?
|
| Determine if there is an ActiveDocument in Word application | 03 Oct 2006 22:05 GMT | 1 |
I'm attempting to determine if there is an ActiveDocument in word via code (when the user clicks a commandbar button). How do I do this? Thanks!
|