| Thread | Last Post | Replies |
|
| setFocus on textbox in userform | 13 Mar 2006 11:25 GMT | 1 |
I have a wordtemplate with a userform. The textboxes in the userform shows a default text from the beginning for ex the title textbox shows TITLE. My problem is that when the userform is shown I want the text in the textbox to be marked, like when you tab between textboxes with ...
|
| import data into text from in ms word | 13 Mar 2006 10:07 GMT | 5 |
can anyone tell me how to import data into text form?? the data either from excel or access.. Do i need put the macro into a button?? please help me... tq
|
| TextBox and Tables - a couple of questions | 13 Mar 2006 09:06 GMT | 3 |
Folks; What I want to do is essentially 'mail-merge' but the user is not going to be placing merge tags. They will simply put placeholders that I will substitute with data in
|
| "Run Macro on Exit" on formfield doesn't fire | 13 Mar 2006 07:12 GMT | 8 |
I searched the groups for someone with the same issue - no success. So I'm trying it with a new subject. Here's my problem: I am working with word2000 and I have created a word template (.dot) with a few formfields in it. The dot has a module containing two public
|
| Revision.Type property - inconsistent results | 13 Mar 2006 03:22 GMT | 3 |
I’m trying to add code to a macro to make it behave differently if the text it works on has tracked changes, but Word seems to act on whim rather than reality. Has anyone else tried to use [range_object].Revision(1).Type and gotten inconsistent or apparently wrong results?
|
| Disable the Research Pane shortcut | 12 Mar 2006 18:29 GMT | 1 |
Is there a way to detach the CTRL-DoubleClick shortcut so that it doesn’t open the “Research” Task Pane? I have no use for that feature (or frankly for any of the Task Panes -- I've always found them inefficient and pointlessly showy; but that shortcut itself used to invoke the ...
|
| Intercept ProtectForm event | 12 Mar 2006 06:10 GMT | 2 |
I am having difficulty using the great direction found at ("http://word.mvps.org/faqs/macrosvba/InterceptsavePrinContent.htm) to intercept the ProtectForm command/event. Using Word 2000, I am unable to get into the sub when I save it in my
|
| Resizing a EPS figure | 11 Mar 2006 14:47 GMT | 2 |
I am attempting to write a macro that does the following: 1. Inserts a picture 2. Resizes it to Height = 601.5 and Width = 425.2 3. Inserts a caption Figure at the bottom of the picture
|
| Mail merge creates multiple instances of Word | 11 Mar 2006 14:27 GMT | 1 |
I am have inherited some code that does a mail merge of client forms in powerbuiler. The underlying problem is not with powerbuilder, but in how the ole object is working. I've opened a word application thru code and have populated the datasource.
|
| "Backspace" to a Function Key | 11 Mar 2006 12:49 GMT | 4 |
How do I assign "backspace" to a function key? I can't find that function in the "Commands" box to assign it to a function key...
|
| ThisDocument object is a virus? | 11 Mar 2006 06:31 GMT | 1 |
After some trial and error, I found that whenever I make use of the thisdocument object, I could not save the vba project, but received a 'notification' from my virus scanning software (Symantec) warning that the virus 'Bloodhound.WordMacro' is found, and 'quarantine suceeded,' and ...
|
| Active X names keep changing | 11 Mar 2006 01:30 GMT | 8 |
I am creating a document for which I have several checkboxes and text boxes. While working with these the names keep changing or a 1 is added. I am using Word 2003 with all the updates. Is there a fix for this???
|
| I set up water mark for 1st page but I type I get it again on 2n | 10 Mar 2006 20:00 GMT | 3 |
I'm making a template. I have set up the water mark on the 1st page only, the second page is blank. However when you use the template and start typing on it. When you type down to the second it page, the document inserts another page that looks just the
|
| disable adding more toolbars? | 10 Mar 2006 19:50 GMT | 2 |
Is it possible to not permit a user to add more toolbars? I only want them to have access to the Formatting and a Customized toolbar. Possible? Thanks!
|
| need code to select one drop down option based on a previous drop | 10 Mar 2006 16:27 GMT | 4 |
I am looking for the code to auto select a value on one form field from input on a previous one. The form fields could be drop downs ....or as simple as checkboxes. i.e. if one checkbox is checked, I want the other to autocheck as well....or
|