| Thread | Last Post | Replies |
|
| Disabling Word error alerts when in vB? | 20 Jun 2004 12:35 GMT | 1 |
My task is replacing Word Perfect INCLUDE statements with Word LINK statements. I have been able to do this programmatically in a vB program. However, if the LINK that I'm inserting is not "resolvable" at the time I insert it
|
| Buttons and Label | 20 Jun 2004 08:16 GMT | 1 |
I am quite new to VBA so please bare with me. I am trying to figure ho to build a label by concatenating strings using command buttons. For example pressing command button 1 scrolls through a list of option and displays them in the label
|
| Mail merge all records in one document | 20 Jun 2004 08:02 GMT | 1 |
Is it possible to do a mail mega that lists all records of the linked fields (to an Access table) in one table and make it look like as : ___________________________________ Name1 | FirstName1 | Adresse1 |
|
| how to display the amount of time take in status bar | 20 Jun 2004 07:23 GMT | 2 |
helo, I am trying to scan 100 word files in a folder and while scanning , I would like to display the amount of time it is taking to scan the whole documents,
|
| Massive Search & Replace in Word | 20 Jun 2004 07:19 GMT | 6 |
My company recently completely overhauled a fairly large software system. As part of the upgrade, all the fields were renamed with a new naming convention. Now we must update the documentation with the new names.
|
| Inserting contents of Word document into a richtextbox control | 20 Jun 2004 03:51 GMT | 8 |
I'm trying to create a customised file open dialog box using a rich text box to preview the selected document. I've tried the loadfile method but I'd need to save the file as an RTF first which isn't feasible. I've tried using the input function but get the "input past
|
| Setfocus | 19 Jun 2004 16:11 GMT | 2 |
I have a problem with setting the focus to a commandbutton. I have a form with several commandbuttons and checkboxes and a textbox.
|
| Visual Basic error | 19 Jun 2004 16:09 GMT | 3 |
I am encountering this error every time I open my Word 2003 application. There is a dialogue box headed "Microsoft Visual Basic" and the message is: "Object doesn't support this method or property".
|
| Database Driven User Forms | 19 Jun 2004 09:02 GMT | 1 |
I have a user form that will have OptionButtons added dynamically from a database. That part is fine as I have this part working. Now i need to know how to create an event handler that will change the content of a text box (txtInfo) when the option buttons are clicked.
|
| Text inside a Textbox, inside a Header | 19 Jun 2004 08:27 GMT | 1 |
Our company resumes use headers, inside the header is a text box with the employee name. I'm trying to write a macro to copy the name from inside the textbox that is in the header. The text must be inserted at the beginning of
|
| Database Driven User Forms | 19 Jun 2004 06:58 GMT | 1 |
I have a user form that will have OptionButtons added dynamically from a database. That part is fine as I have this part working. Now i need to know how to create an event handler that will change the content of a text box (txtInfo) when the option buttons are clicked.
|
| excel and word | 19 Jun 2004 06:57 GMT | 1 |
Sub parseWordTable() Dim filename As String Dim i As Integer Dim myRange As Range
|
| Iterate through formatted runs in a document | 19 Jun 2004 01:25 GMT | 3 |
Is there a convenient way to iterate through the formatted runs of a document? If I have a sentence and the second word of the sentence is bold, is there some simple way to retrieve the first word, then the second, then the rest of the sentence?
|
| How to open and repair without Show Repairs Dialog | 18 Jun 2004 23:32 GMT | 3 |
I am using C# to write a Windows Service application that constantly converts Word Documents to XML for further processing. I have everything working great except when the document is corrupt and requires "Open and Repair". I can call the Open method with OpenAndRepair set to true ...
|
| Macro runs automatically on opening template? | 18 Jun 2004 22:56 GMT | 6 |
I've created a form with a macro to take the user through the form with inputboxes and yes/no message boxes. It works great, but I'd like the macro to run automatically when the user pulls up the template. I believe all of
|