| Thread | Last Post | Replies |
|
| Creating Wrappers around Window Programs. | 15 Jun 2004 22:20 GMT | 5 |
I am kind of new to windows programming and I was looking for an answer to one major conceptual question. Is it conceptually possible to create a wrapper windows program that would be able to capture events (and also read and write text) to and from other standard window ...
|
| check that textbox entry is numeric | 15 Jun 2004 17:16 GMT | 12 |
My userform is coming along great guns, but theres an extra little touch i need that i can't figure out how to do. I've got a textbox for the user to enter the price of a property, but this entry must be numbers only - no text characters and no punctuation/symbols. I was thinking ...
|
| Active Window | 15 Jun 2004 16:54 GMT | 1 |
I am dealing with a large set of legacy document templates. In an attempt to get some control over these, I wrote a little template manager template that allows the user to follow a wizard process to answer a few questions and then the template manager creates a new document based ...
|
| replacing hyperlinks using vba | 15 Jun 2004 15:53 GMT | 9 |
i have a large number of documents (100+) in which hyperlinks need to be changed. I know that i can do edit / replace on the hyperlinks but i need to use code as its not a simple change for example
|
| If & ElseIf statements | 15 Jun 2004 15:48 GMT | 5 |
I need some help. I have the macro below but it is not working correctly. I want it to check the Startup Path of Word and then depending on the path it does 1 of 3 things. If it matches the first path, then it shows the form from modMyMenu. If it doesn't match the first but ...
|
| Merging Paragraphs into a form letter | 15 Jun 2004 15:38 GMT | 1 |
I would like to create a word document (letter) that can link to a data source or another document. The data source would have a number of different bullet points that could be selected from to populate the primary word document. How would I go about this???
 Signature Jim
|
| changing file paths | 15 Jun 2004 13:43 GMT | 5 |
in my userform I have placed file paths for external references is it possible to create a macro to alter the path in the code when this document is installed on another computer thanks phil
|
| speech in spanish????? | 15 Jun 2004 12:52 GMT | 1 |
hi im eduardo Gonzalez i ve got the two versions of office, in spanish and in english ,but in the spanish version i cant put to work cause its not avaible ,i want to know what can i do to get speech recognition and dictation in spanish ????? thanks
|
| Spell Checking Custom Properties | 15 Jun 2004 12:47 GMT | 1 |
Does anyone have some suggestions on how to use VBA to Spell Check (and Grammar Check) Custom Properties of a entity/file? For example, I may wish to have a form that contains text boxes which contain text destined for a Customer Property. I would like to spell
|
| Deleting two default pages in multipage control | 15 Jun 2004 12:16 GMT | 3 |
Please can anyone tell me how to delete the two default pages when you create a multipage object. At present I am just making them invisible!
|
| create macro and place on menu using VBA | 15 Jun 2004 10:13 GMT | 2 |
I want to be able to do two things: create a macro using VBA and assign that macro as a button to a particular menu on a custom toolbar. Let's say I'm starting with the text of the macro-to-be already in the Clipboard. Is this possible?
|
| location of cursor in multiple table document | 15 Jun 2004 09:56 GMT | 2 |
Can anyone tell me how in vba to locate the cursor in a table and document. I have a document with multiple tables what i want is to create a vba procedure that the user can use to
|
| Adding Code to a dynamically generated command button | 15 Jun 2004 08:46 GMT | 3 |
If I create a command button using code like Set ctl = Me.Controls.add("Forms.CommandButton.1", "name",True), I know how to sets its position using With ctl End with
|
| Macros, headers & Textboxes | 15 Jun 2004 08:44 GMT | 2 |
Word 2002 SP3 on XP Pro While recording a macro I was unable to select a textbox in the document header which I wanted to delete (contents & Textbox). I have no problem doing this when not
|
| Pathname and Filename | 15 Jun 2004 07:52 GMT | 11 |
I really need help, I've been trying all day to find the appropriate VBA code on the Microsoft site, at the mvps.org side, in the VBA help, in Google groups, etc.....and it just can't be this difficult. All I want to do is open a dialog box (preferably, I really don't want to
|