| Thread | Last Post | Replies |
|
| Script to Capture Data in Document | 14 Jun 2005 21:00 GMT | 6 |
Greetings - Let me say first that at best I consider myself an intermediate user of MS Office tools and that I am willing to try and learn anything. I am composing a large document ion Word that requires a list of acronyms, which are used in the document, to be added at the end. I ...
|
| Changing UserForm Appearance with VBA | 14 Jun 2005 19:29 GMT | 3 |
I would like to set the size and location of a userform and its controls when the userform is initialized. This seems straightforward, based on the documentation, but I can't get it to work. Possibly because I also want to do this by putting all the code in
|
| capture onclick in document | 14 Jun 2005 15:45 GMT | 2 |
how can i capture an onclick event in the actual document?? mike g
|
| capture document onclick | 14 Jun 2005 15:43 GMT | 4 |
sorry if this is report, i sent 2 times and couldnt find it. i need to capture a click on the document mike
|
| Activate the check box with a text field. | 14 Jun 2005 15:39 GMT | 4 |
Group, Hope all is well. This should be a simple question. I am still in the process of developing an automated form to gather information. The form is mostly composed of text fields interjected with a few check boxes. I have
|
| Add column headings to a list view | 14 Jun 2005 15:03 GMT | 3 |
Excel 2000 I am filling a list view in a form with data from an oracle database. Eveyting works fine but I am not able to add column headings. Is this possible??
|
| WindowSelectionChange event returning wrong information | 14 Jun 2005 14:50 GMT | 2 |
If I catch the WindowSelectionChange event and then check the value of Sel.Start, it seems to return the right value until you insert an XML Node from a schema. Then if you move over the characters one by one with the arrow key, you'll find that the Sel.Start from the ...
|
| replacing values using variable name | 14 Jun 2005 13:38 GMT | 2 |
I am having trouble with using string variable name instead of "hello" replacement.text. I am getting type mismatch when I pass it from htm file to ocx. Any help would be appreciated. Thanks
|
| VBA Question - Word Table Cells | 14 Jun 2005 13:04 GMT | 2 |
I'm attempting some code that will take the height and width values from an active Word table cell, and then use them to adjust the page margins of an active chart sheet, with the end result being both the Word cell and Excel chart sheet share identical dimensions. Unfortunately, ...
|
| Retreive word string | 14 Jun 2005 11:10 GMT | 2 |
I've setup a DDE between Excel and Word to run a number of mail merges from various excel sources as shown on http://support.microsoft.com/default.aspx?scid=kb;en-us;274284 During the DDE link I've passed the Excel file path (e.g. c:\test.xls)
|
| Set range using bookmarks? | 14 Jun 2005 05:14 GMT | 1 |
I think I've seen this answered before, but I can't find it. Can I set a range using one bookmark as the starting point and a second bookmark as the ending point? Thank you.
|
| Is a Class Module the answer? | 13 Jun 2005 23:58 GMT | 4 |
I have atemplate with New Document and Open Document events. I intend distributing the template to allow users to create documents from it (works fine). I also want the created documents to run the DocOpen event when they are re-opened, but that doesn't work even if the ...
|
| How do I report a bug in Office 2003 on Tables properties? | 13 Jun 2005 21:35 GMT | 3 |
In MS Word you can set a table properties you can set "Repeat as Header row on the top of each Page"... However, when trying to do it in VBA behind Office in a Macro as listed below it does not work. Sub Macro1()
|
| It seems like a simple question. | 13 Jun 2005 20:23 GMT | 2 |
I have what seems like a simple question for VBA. I am creating my own scrollbar for word and would like to then Hide words scrollbar using ActiveWindow.DisplayVerticalScrollBar = False but when i do this I can't set/get the scroll position using
|
| Macro to save as txt in same location as doc file | 13 Jun 2005 20:22 GMT | 2 |
I need to make a macro for my boss, that save an existing word DOC file to the same location as the original, but as a TXT, but if possible I need to change the extension to .ASM Could someone help me out, as I've never done this before.
|