| Thread | Last Post | Replies |
|
| Auto Open - Brother Label Printer | 23 Mar 2007 17:10 GMT | 5 |
I have an AutoOpen macro attached to my Normal.dot. I installed a new Brother label printer, and now the AutoOpen does not run automatically. If I uninstall the printer, it runs fine. If I re-install the printer, it does not run. I can force it to run, but I can't get it to ...
|
| determine what fonts are in use in document | 23 Mar 2007 16:28 GMT | 3 |
i would like to develop a macro to determine what fonts are in use in a Word document (particularly looking for wingdings) - is there any way to do this OTHER THAN visiting every character in the document and checking the font - which is extremely slow.
|
| Annoying Save Template Prompt | 23 Mar 2007 15:59 GMT | 2 |
Some documents have a read only template attached. When I reset the template to be the Normal, I am sometime prompted with an Save As screen for the template I am replacing. This interrupts program execution. How do I supress this dialog?
|
| Keeping information in a form after submitting... | 23 Mar 2007 15:18 GMT | 1 |
This may or may not be possible. I have a form that a co-work and I have been working on that is used to populate alot of information. The problem is, some of the users of the form don't always have "all" their information the first time they go to start filling information
|
| saving vba scripts | 23 Mar 2007 15:18 GMT | 2 |
Is it possible to save a VBA script so that it is available to run against any word doc that I open? I click the save icon in the editor but it only seems to save the script within the particular document that's open.
|
| How to read the textinput control value using C#? | 23 Mar 2007 14:35 GMT | 1 |
I tried by using the below statement, but it doesn't work. object ind = "Name_Text"; Response.Write(WordApp.Selection.FormFields.get_Item(ref ind).TextInput.tostring());
|
| Picture, figure | 23 Mar 2007 14:32 GMT | 1 |
Hi Do word have object that store all pictures in active document? Just like Hyperlinks or Bookmarks, paragraphs How can I locate picture in the active document??
|
| Using VBA to work with a field including the curly brackets, not just the code or result | 23 Mar 2007 11:44 GMT | 1 |
I am creating Word documents with lots of clickable hyperlinks (mostly internal cross-references, table of contents, etc.) and I want to colour the hyperlinks so that they are easily visible on-screen. I tried a macro on these lines:
|
| style using macro | 23 Mar 2007 11:00 GMT | 1 |
I have recorded a macro that searches a document for Normal style and changes it to Body Text + Justified Style. It works perfectly while I'm recording it, but it wont work at all after that.
|
| Macros | 22 Mar 2007 20:46 GMT | 1 |
This is my dilema. I need to open a lot of documents and delete anything that is typed into the "Title" field of the properties. Any suggestions on how I might accomplish this?
|
| MailMerging | 22 Mar 2007 19:31 GMT | 3 |
Is it possible to MailMerge inside of the footer?
|
| Combo Boxes | 22 Mar 2007 17:28 GMT | 3 |
I've search throught related discussions and cannot find quite what I'm after. I've created a drop down form field with three Department Names. Let's say they are Dept's A, B and C. Based on the seletion I would like combobox1 to load with the corresponding list of employees ...
|
| Limiting Document Size? | 22 Mar 2007 17:00 GMT | 3 |
Hi all. I am new to VBA programming in Word. Here is my problem. I am sending out a form for various people to fill in. What I am looking for is a way to limit the total size of the document to 2 pages. Can this be done, and if so, HOW?
|
| Is there any interface to disable auto macro | 22 Mar 2007 15:21 GMT | 1 |
When a document is opened with the SHIFT key pressed, the macros are not executed automaticlly, Are there any way to disable auto macro by program?
|
| change the color of the visited hyperlink | 22 Mar 2007 11:44 GMT | 1 |
I would like to change the default color of visited hyperlink in VBA. Is that a way that I could control each hyperlink visited color ?? Or I have to set it for all hyperlink? Many thanks
|