| Thread | Last Post | Replies |
|
| Applying Styles | 24 Jan 2006 17:40 GMT | 1 |
How do you find a phrase in document and apply a style to it? Thanks
|
| Help porting Cycling through document pages to C# please | 24 Jan 2006 16:24 GMT | 1 |
Hi! I need to port the following code snippet from vba-programmer.com to cycle through document pages: http://www.vba-programmer.com/Code_Word/Cycling_through_Document_Pages.txt MaxPages = Selection.Information(wdNumberOfPagesInDocument)
|
| Unescape HTML SYMBOLS | 24 Jan 2006 16:24 GMT | 1 |
ãÒÝÅ Û ÓÆÔ Unescape HTML symbols. I have string str=" <" and I should receive str=">" How it to make?
|
| Automation Error | 24 Jan 2006 16:24 GMT | 11 |
My users are randomly getting an automation as follows: Run-time error '-2147417848 (80010108);: Automation error The object invoked has disconnected from its clients.
|
| Using quotes in the documents.open command | 24 Jan 2006 16:03 GMT | 2 |
When I capture the file:open sequence in a macro, it shows the filename: in a triple set of quotes. I'm writing a macro to cycle through a bunch of files, opening each one, adding headers and footers, and closing and saving, and wanted to use the
|
| Tab order in user form with multiple frames | 24 Jan 2006 15:59 GMT | 1 |
I have a user form (frmLetter) with three frames each with 5 or so text boxes and a combo box. I have code that steps through and depending on what user has typed in a text box in frame1, I want to set focus to first combo box in third frame
|
| how to automate 'all fields complete on exit' | 24 Jan 2006 15:51 GMT | 1 |
I have a form which now contains fields for the user to complete. I would like to be able to prevent the form from being closed if certain fields are not completed but I cannot find any properties that will allow me to do this.
|
| Jonathan west - Word 2000 still does not print | 24 Jan 2006 15:40 GMT | 2 |
Hi Jonathan, I just installed WINXP+VB6 SP6 + OFFICE 2000. Word does not print :( As I wrote before -
|
| Automate the file conversion in word 2003 | 24 Jan 2006 15:14 GMT | 3 |
Thanks in advance, i have a problem like that: i have to work with a bundles of text file in Vietnamese characters with file extension ".WST" whenever i open that files, the file conversion dialog poping up and i
|
| Save selected printer with document | 24 Jan 2006 13:36 GMT | 1 |
I'd like my document to remember which printer it last used. Is this done with a macro or is there some other way to do this. I'd appreciate your thoughts. Thanks.
|
| Can Word VBA query a remote database? | 24 Jan 2006 13:22 GMT | 2 |
Can VBA be used to query a remote (over an internet connection) database from a Word Document? If so, what does the client machine need in order for this to occur? [for example, MDAC] Is it likely they will have that installed on their computer
|
| password recovery in MS-word | 24 Jan 2006 12:39 GMT | 2 |
I have forgotten my password of a word document. Can anybody please help me about how to retrive the password. I have tried a couple of softwares but they are not working. Since generally I use password with special characters and numbers it is probably a strong password. Please ...
|
| Getting value from protected field | 24 Jan 2006 11:12 GMT | 1 |
I have a form field that I'm using to set the vailue for the doc's title (ActiveDocument.BuiltInDocumentProperties("Title")) when the doc is saved. The problem is, you can't get the value after the field is protected. Is there a way to get around this?
|
| How do I remove ..."with Plain Text format." message in word ? | 24 Jan 2006 07:18 GMT | 3 |
We installed Office 2003. We have an application that uses Word as an editor. However since the installation of Office 2003 we repeatedly get this annoying message: "<filename.doc> may contain features that are not compatible with Plain Text format. Do you want to save the ...
|
| Read merged file | 24 Jan 2006 05:15 GMT | 1 |
I have a mail merge file that I now want to read as input to find a customer number and then look up more info on that customer to determine if the merged document should be printed, faxed or emailed depending on the customer's preference. I can read a bookmark field from Word ...
|