| Thread | Last Post | Replies |
|
| Hot to parse RTF String | 14 Jan 2007 20:01 GMT | 2 |
I have a question. I want to put a string through VBA in Word, which has a "RTF Syntax" in a Word document, but parsed, that is formatted. I'll give you an example:
|
| Loop through checkboxes on a userform | 14 Jan 2007 19:09 GMT | 3 |
I have a userform and I need to loop through the checkboxes to perform a variety of functions. I have named all of the checkboxes sequentially (cbk1, cbk2, cbk3, etc.) One function I need to perform is to change all of their values to false. I
|
| Transfer data from word table to userform | 14 Jan 2007 17:27 GMT | 6 |
Is it possible to transfer data from a word table to a Userform? I have a userform with several textboxes which I would like to populate using the data in a word table that is saved in a separate document. Regards
|
| Examples or Tutorials for complex UserForms? | 14 Jan 2007 14:51 GMT | 2 |
Does anyone know of a resource or examples for Userforms in VBA with MS Word that cover all of the basics such as adding, editing, deleting, etc via a Userform? I have looked at all of the examples on the MVP site and there isnt anything there that covers this concept to this
|
| Hot to parse RTF String | 14 Jan 2007 13:03 GMT | 1 |
I have a question. I want to put a string through VBA in Word, which has a "RTF Syntax" in a Word document, but parsed, that is formatted. I'll give you an example:
|
| writing a Macro to format the 1st 3 lines of each section | 13 Jan 2007 23:23 GMT | 4 |
I have a document with several sections in it. Is it possible for me to write a macro that bolds the first 3 lines of each section?
|
| Userform in MS Word VBA or VB 2005 Express? | 13 Jan 2007 22:58 GMT | 7 |
I have a project that I want to tackle in MS Word 2003 with a userform if at all possible. I have a series of questions that I will ask the user and they will either select a checkbox, select an item from a combobox or radio button, etc on the userform. The userform will cycle
|
| Hot to parse RTF String | 13 Jan 2007 20:48 GMT | 1 |
I have a question. I want to put a string through VBA in Word, which has a "RTF Syntax" in a Word document, but parsed, that is formatted. I'll give you an example:
|
| MS Word 2003 | 13 Jan 2007 13:05 GMT | 4 |
For one of my programms, I want to find the 'index of selected word' in the document which will then be passed to the function below: ActiveDocument.Words(index) Please help!
|
| Vista Word and VBA + (.NET) | 13 Jan 2007 09:18 GMT | 4 |
I understand that VBA will be in Vista Word. Will .net programming be in it too, and will we be able to choose to do macro recordings using .net? Can we have some macros in VBA and other macros in .net?
|
| Header watermark throughout document | 13 Jan 2007 02:09 GMT | 3 |
I am using Word 2003 and trying to create a macro that will put a copy watermark on all pages. When I record the macro by choosing Format, Background, Printed Watermark, etc and then run the macro in a document with more than one section or a different first page, it only puts ...
|
| Selection of two drop-down form filelds decide selection in third drop-dn form field? | 12 Jan 2007 22:12 GMT | 3 |
I have a scenario where I need a drop-down form field to automatically select a specific selection based on the selection of two separate drowndown formfields. All of this is in the same template, but the form field are in separate tables. I would likely just use the
|
| Working with ActiveX OptionButtons as a Class | 12 Jan 2007 20:04 GMT | 4 |
A month or so ago I was studying and trying to understand Classes a little better. I have a document with several option buttons that I want to reset all the values to false. The following code is working, but with the On Error statements, it will throw an errror if there is a
|
| Macro for printing multiple selections on a single page | 12 Jan 2007 19:39 GMT | 2 |
Please I am looking for Macro to print multiple selections of data from one worksheet on A3 Sheet. Hope some smart fellow would be able to help me quickly. Many Thanks In Advance
|
| Variable into a hyperlink | 12 Jan 2007 18:57 GMT | 2 |
How do you put a variable into a hyperlink address? Stock = textbox1.text Activeworkbook.FollowHyperlink Address:="http://finance.yahoo.com/q?s=IBM
|