| Thread | Last Post | Replies |
|
| Determine is a dialog is open | 25 Nov 2006 11:45 GMT | 1 |
Is there any property to check whether a built in dialog is open/shown? (Find/Replace/GoTo dialog in particular). Can't seem to find any I'm working on a VSTO project and i keep on getting a "[xxx] property or method is not available because the Find and Replace dialog is open".
|
| Combo Box troubles | 25 Nov 2006 11:45 GMT | 2 |
I posted a while back about trying to view the combo box differently and Cindy M. suggested the 2 column way of showing the information. "Set up the combo box with two columns. Write the numbers into the first one, the text into the second. Set the "BoundColumn" to the first one, ...
|
| WordBasic Edit auto text command | 25 Nov 2006 11:45 GMT | 1 |
I'm currently updating an old template. When I open the template and double click anywhere on the document, a dialog box will open and let me select from the checkbox. After I click OK, A line or lines will be inserted on the letter saying that we are asking for the selected ...
|
| Carriage Return Within a Textbox to Activate a Macro Function | 25 Nov 2006 11:45 GMT | 1 |
I cannot understand why I having trouble with this one but here goes... When data is keyed within textbox1 and then the Enter Key is pressed I would like a function to be activated. The closest I have got is setting the EnterkeyKeyBehaviour to true so that
|
| Word 2007 Migration Advice? | 25 Nov 2006 11:44 GMT | 1 |
It's time for me to start work on migrating our large VBA projects to Word 2007. I'd appreciate any advice/links/book recommendations anyone would be willing to share for the best way to get started with the migration. I
|
| Update multiple documents from one. | 25 Nov 2006 11:44 GMT | 1 |
I hope I can phrase this correctly... I have 9 documents all have the same first section, I'd like for the subsequent documents to be updated from the first document. I tried doing the {inserttext "dir:\\pathname" bookmark}, scenario but I always get a error
|
| Repeating Section Footer formatting | 25 Nov 2006 11:44 GMT | 1 |
We have a line in our footers that can be one of a preset number of colours, which are picked from a combobox. At the moment that following code works, but is broken if the user uses a Section break.
|
| .dot to .txt in Word 2003 | 25 Nov 2006 11:44 GMT | 6 |
In code used in Word 2000 the following line of code ActiveDocument.SaveAs "filename", wdFormatDOSText saved the open document in text format without any Query. Now I'm running it in Word 2000 and it pops up a box querying whether I wand
|
| Insert file menu | 25 Nov 2006 11:44 GMT | 1 |
Hello. My problem is that I can’t figure out how to: Make a macro that when activated, shows: Insert→Field→DocProperty. So right now I can choose with witch kind of docproperty I want to insert in
|
| MAcro to ask for FileSelection | 24 Nov 2006 22:58 GMT | 1 |
I have recorded a macro that inserts a text file into a document and then formats the imported text. My problem is that when the macro is run it always inserts the original file that was selected in the File/Insert/selection dialogue.
|
| Reference Woes | 24 Nov 2006 20:10 GMT | 3 |
I work with several hundred different templates, most of which reference other templates and use the VBA code in them. Lately, I believe after the coporate office suite upgrade, I'm having problems with these references when I edit a template.
|
| on save macro launching | 24 Nov 2006 15:02 GMT | 1 |
The problem is like this: All I want is to launch a macro when user saves document. Macro should check if a defined string is present in footer of document. If not - the macro should open info form with possibility to enter missing string (string = id
|
| Clipboard, formats and Commandbars | 24 Nov 2006 15:02 GMT | 1 |
I have developed a COM Addin for Word which creates a custom commandbar where som of the options contains graphics which i get from a resource in my development project and place on the commandbar using the clipboard. To not destroy the objects in the clipboard I save the content ...
|
| Inseting a picture into a protected document | 24 Nov 2006 15:02 GMT | 1 |
I am working on a locked document, I am using form feilds for people to add there information to the document and macros to change settings on objects. I need to have people insert pictures into the document. If there is a code that you can put on a form field picture that could ...
|
| VBA programmer uk day rate | 24 Nov 2006 11:59 GMT | 2 |
Can anyone tell me what day I should expect to pay a VBA programmer for a document production system. We're based in London, UK. Anyone know a good source of expertise or a reliable agency?
|