| Thread | Last Post | Replies |
|
| Binding keys to external functions | 04 Jan 2006 10:58 GMT | 1 |
Is it possible to create a keyboard shortcut that will call a function in an external library? What I'd like to do is add a reference in a template to a DLL that I've created, then have a method in this DLL called when the user presses a certain key combo (e.g. Ctrl - j). I've ...
|
| Returning information from status bar | 04 Jan 2006 04:19 GMT | 2 |
How do you access programatically the information in the status bar of Word 97? I'm interested in the "col" which returns how many characters the cursor is from the left margin of the text. Thanks,
|
| cross referencing to insert txt in multiple places | 04 Jan 2006 02:07 GMT | 2 |
I know that this question has been asked before and I have tried the answers given but I still cannot get my cross references to work! I have set up a UserForm following the instructions in MVPS Create a UserForm. my bookmarks and textboxes work fine. Then, to get the same info
|
| Need a litle help please | 04 Jan 2006 00:53 GMT | 1 |
Hello from Steved The below macro is designed to firstly find : then delete everything on it's left including : secondly move to the line below and delete 6 spaces. Question please how do I program the below macro to stop when at the last
|
| Macro Sending Information to a VB Application | 04 Jan 2006 00:46 GMT | 3 |
How do write a macro to send information to an VB application? For example, it'd be great if a user could a selection in Word, start a macro, and send the selected text to a VB application for additional processing?
|
| I'll pay $5 to have answered the "VBA Question..." post above. | 03 Jan 2006 23:52 GMT | 14 |
See the post above entitled "VBA Question: Edited slides pasted into Word doc are not saved" on 12/6/05.
|
| Adjust the size of a picture when creating a macro | 03 Jan 2006 21:43 GMT | 1 |
Microsoft Office Word 2003 Attempting to create a macro to 1 paste a "Print Screen" 2 Adjust the margins to .25 (left and right)
|
| Bookmark in text form field | 03 Jan 2006 19:23 GMT | 4 |
I have an Autonew script that inserts a text number into a table row. I want the number to go into a text form field. When I place the bookmark in the form field and protect the document, instead of the number going into the text field, it pushes the text field to the right and ...
|
| Coding a table of constants | 03 Jan 2006 18:58 GMT | 3 |
I need to use 2 x 20 and 3 x 20 arrays of constants in my code for loading list or combo boxes. Surely there must be some easier, more visually coherent way to do this than specifying the contents of each element of the array. Ideally, I'd like to
|
| Putting Cell Value Into Variable | 03 Jan 2006 15:22 GMT | 5 |
I've searched these forums but can't seem to find an answer to this question, although it seems fairly trivial (I hope). When running a macro, how do you put a value in a table cell into a varibale?
|
| Create an activeX control on the fly with VBA | 03 Jan 2006 14:34 GMT | 2 |
Can someone explain to me or give me a code snippet in VBA which can create an activeX control on the fly? I would like to be able to create a progressbar control on the fly. Thanks for any help!
|
| List Limits | 03 Jan 2006 13:59 GMT | 2 |
Other than a practical limit, is there a 'legal' limit to how many items may be presented in a drop down or other Word list via VBA? Thanks, Ed
|
| Selecting Multiple Words | 03 Jan 2006 10:26 GMT | 7 |
is it possible to select multiple words in a word document at once ? for example i want to select and highlight "word1" and "word2" in this text
word0 word1 word
|
| Need Name of Bullet Font | 03 Jan 2006 06:22 GMT | 1 |
I my zeal to remove an excessive amount of fonts (I had over 300),I must have removed one of the fonts that Word 2002 uses for Bullets. Could someone please tell me which one(s) it might be. Right now, no matter which bullet style I select, I get a small rectangular box where
|
| get local computer name | 03 Jan 2006 00:17 GMT | 1 |
I've looked through the registry manually, and I cannot find the location to grab the computer's name. Does anyone know the registration location and/or how to accomplish this in VBA? Thanks.
|