| Thread | Last Post | Replies |
|
| "force" a save when document already is saved | 02 Oct 2006 09:56 GMT | 2 |
I am programming a shared-addin using c#. I need the word application to dispay the save dialog box when the user presses the save button/ctrl+s. I need this to happen even though the document is already saved...
|
| Microsoft Visual C++ Runtime Error | 02 Oct 2006 09:56 GMT | 2 |
What does it mean when i quit word and I get a message "the application has requested the Runtime quit in an unusual way
|
| DocumentBeforeSave event - ActiveDocument closing | 02 Oct 2006 09:16 GMT | 2 |
I am new to developing Word add-ins. How can I determine whether an Word.ActiveDocument is closing during the DocumentBeforeSave event. as the DocumentBeforeSave event appears to trigger before DocumentBeforeClose Event.
|
| username in word application? | 02 Oct 2006 09:14 GMT | 5 |
Is it possible to detect the login userid from a computer? I would like to find this userid and find the corresponding username in an excel file. Thank you.
|
| Autonew | 02 Oct 2006 08:03 GMT | 8 |
I'd like to add a autonew sub without modifing normal.dot (ie I want to open a dialog every time a user opens a new document, and would prefere not to modify normal.dot since it concerns quite some users who all have there own modifications).
|
| Option boxes | 02 Oct 2006 07:25 GMT | 3 |
I have seen some mention here of form fields called option boxes that act like radio boxes instead of checkboxes. My help file in word makes no mention of this type of form field (using Word 2002). Is this a formfield available in a newer version of Word?
|
| Changing Bitmap Images to Jpg | 02 Oct 2006 07:12 GMT | 1 |
I'm finding picture attatchments in my eMails are Bitmap, and I need to change them to Jpegs. Now, that's a large part of my computer language knowledge of technical terms. I'm disabled, and many of my friends have seen a project I'm working on o pass time with eMail jokes I ...
|
| Using bookmarks within Optionbutton text (urgent!) | 02 Oct 2006 04:32 GMT | 1 |
Hi all, just need a (probably straightforward, I'm a newbie) answer to my problem. I have a list of option buttons, which when selected insert a few lines of text into a document. Within the text I have amounts/variables that
|
| Languages | 01 Oct 2006 22:17 GMT | 6 |
Windows XP Office 2002/3 I'm looking for some VBA code which will loop through the active document returning the number of different languages used within it.
|
| How pause code but keep printer running? | 01 Oct 2006 20:20 GMT | 2 |
I have four print statements in my VBA code each of which requires that different paper be loaded in the printer. This means I have to stop the code from running until the current printing is finished. When the current printing is finished I need to load new paper and then ...
|
| Send active document as email, specifying recipient & subject | 01 Oct 2006 20:16 GMT | 1 |
I have a form. Links don't work with a protect file apparently, so I need to write a macro to unprotect the doc, send it as am email attachment, and protect it again. The protection is no problem. Neither is opening an email dialog with the
|
| Dynamic Array - Combo Box | 01 Oct 2006 20:15 GMT | 1 |
I am creating a user form with combo selection boxes. One of my combo boxes has a selection that is greater than the 25 items so I created a dynamic array with using VB for the info lookup. So when the using goes to this combo box it opens up a VB userform that has 3 combo boxes ...
|
| Problems with document and application object | 01 Oct 2006 17:57 GMT | 1 |
How do I tie a document object to the one I just opened. The document I end up saving is blank. Somehow I need to get the one I just opened into the document object that is being saved. Dim MyWord As Word.Application
|
| need help testing small part of userform | 01 Oct 2006 17:55 GMT | 8 |
i have been learning Excel VBA, now am moving onto Word.... in my first attempt @ a userform, i am stuck a little on the structure as it's different from Excel... i've got the form set up & initialized, but trying this first small command isn't working.
|
| New Page | 01 Oct 2006 17:52 GMT | 3 |
Quick question, I have a word template that I put pictures into, I am try to make a macro that inserts a page at the top of the document and then copies all the info from the page below it. I have been trying to record a macro but I have met with little success other than making ...
|