| Thread | Last Post | Replies |
|
| opendatasource readonly property doesn't work | 28 Mar 2005 16:45 GMT | 1 |
If I have two machines running a macro to perform a merge, when the opendatasource method is called, I will get a 'File In Use' message box popping up even if readonly=True is set in the opendatasource call.
|
| mailmerge trouble after upgrading Word | 28 Mar 2005 16:45 GMT | 1 |
I have a Visual FoxPro app with a mailmerge in it, working fine for several years under Win2000 and Office 2000. A few people got upgraded to XP and Office 2002 or 2003. Now the mailmerge does not work for only them. Here is the code that works on the Win2000/Office2000 ...
|
| Phantom Breakpoint, how to clear? | 28 Mar 2005 16:36 GMT | 1 |
I've seen this in Access, a breakpoint that has been set and clear is retained, sort of a phantom breakpoint even though it's been cleared. I have that now for the first time in Word VBA...and am unsure how I can clear it? In Access a recompile will do it, does word have anything ...
|
| Trying to write a word macro that writes a record to a SQL server. | 28 Mar 2005 16:23 GMT | 2 |
Have the following macro that inserts records from SQL table - Selection.Range.InsertDatabase Format:=0, Style:=0, LinkToSource:=False, _ Connection:= _ "Provider=MSDASQL.1;Persist Security Info=True;Extended
|
| How do I install a security certificate to Word documents? | 28 Mar 2005 14:10 GMT | 4 |
I am trying to post Word documents to my website for sale. However when I do this, viewers receive a security warning when opening the docs. I have purchased a GeoTrust certificate which is working on https. I wonder if I can extend the cert to cover the Word docs? If so, how?
|
| Update only certain fields in template | 28 Mar 2005 13:59 GMT | 2 |
I have a template that has several document variables and text fields in it. There are 2 userforms that allow a user to update the document by dropping the text into the fields and updating them. One of the userforms works great, it updates and all is fine. The other one ...
|
| Part Of word doc in userform | 28 Mar 2005 09:54 GMT | 2 |
Can i transfer a part of my word document in a userform like the Spell Checker (F7)? in what way? Thanks a lot!!
|
| Toolbar button for all users | 28 Mar 2005 02:17 GMT | 2 |
I'm sure this has been asked a million times before: How du you add a button to the Word standard toolbar (pointing to a macro) and make that available to all users on a terminal server? I've tried saving the document containing the toolbar as a .dot file and put that in
|
| Replace Text in Header | 27 Mar 2005 22:59 GMT | 6 |
I have a template document and I'm trying to replace text in each of the headers of the document with a value from a textbox in a form. When I try to select the range of the header, (eg .Headers(wdHeaderFooterPrimary).Range.Select), a box the width of the
|
| "protect document" is disabled... | 27 Mar 2005 17:23 GMT | 3 |
i am creating a MS Word 2000 form .dot. I want to "protect document > forms" so that people can tab through and answer question. The document was actually two documents that I put together and are kind of in different formats. My "protect document" selection is Greyed-out... ...
|
| dynamic text fields and events | 27 Mar 2005 17:06 GMT | 1 |
I am trying to create runtime text fields and then capture events on this text field. I have experimented with several things I have found on the internet, but have been unsuccessful. The form shows when I run it and the text box appears, but when I click in it, I do not invoke ...
|
| Supprressing Warning message from Macro | 27 Mar 2005 17:06 GMT | 1 |
I have written a macro in Word VBA using Word 2002. This macro opens an excel spreadsheet then copies some graphs into a Word document. However, because the excel file contains macros, the Word macro halt execution due to a
|
| Problem with setting the focus in a textbox | 27 Mar 2005 17:06 GMT | 1 |
This is obviously a very minor problem but I wouldn't mind a solution just the same. When I set the focus on a textbox I don't see the insertion point if it's a multiline textbox. You can see it received the focus when you press tab, because then the focus moves to the next
|
| Docking custom toolbars with BuiltIns | 27 Mar 2005 17:06 GMT | 1 |
I have created an addin that creates on CommandBar with one button control to run it. In a code module I have written the creation and settins methods which are call by code inside:
|
| dynamic user forms | 27 Mar 2005 17:06 GMT | 1 |
I am trying to create runtime text fields and then capture events on this text field. I have experimented with several things I have found on the internet, but have been unsuccessful. The form shows when I run it and the text box appears, but when I click in it, I do not invoke ...
|