| Thread | Last Post | Replies |
|
| Word in French | 25 Feb 2004 18:59 GMT | 1 |
We purchased a computor with the Microsoft XP edition in English. However, we now need the Word software in French and the company, MDG, says that they do not have it available. Is it possible to download the Word version in
|
| Making a browser window open on top using VBA | 25 Feb 2004 17:52 GMT | 1 |
I'm using VBA within a Word doc to link to an application that resides on an intranet. The VBA passes a query string to the other application, and opens an instance of that application through an Internet Explorer Browser Window.
|
| using vba to wrap text around picture | 25 Feb 2004 16:02 GMT | 2 |
How do I get vba to wrap text around a pic? I was able to insert a jpg pic from a file. I know I can do it by hand, using the format picture default window, but that part is disabled if I try record-macro. I have also looked at the
|
| Looping Problem | 25 Feb 2004 15:46 GMT | 2 |
Greetings all. I think I've been looking at this project too long because I can't figure out why the following code doesn't work (Being a VBA beginner doesn't help either). The code doesn't do what it's supposed to. If cmb27-3 is not "NA" then cmb32-41 add "lesson" & k. If is ...
|
| Multiple Documents | 25 Feb 2004 15:46 GMT | 9 |
I want to create a userform that will build a single document using several other documents in a folder. I have about 80 health & safety files ranging from one to four pages in the folder, I want to know if it's possible to build a userform that
|
| How to disable Virus scanning on word startup? | 25 Feb 2004 14:52 GMT | 12 |
I am running the academic version of Office 2003 on my Windows XP notebook. McAfee VirusScan 7 is enabled to scan files with "standard and additional" extensions. Ever since I installed MathType 5.2 and EndNote 7, Word locks up at
|
| Problem with automating a macro... | 25 Feb 2004 13:16 GMT | 4 |
With a little help from some folks on another forum I have a macro that I want to run automatically when I open a new document based on a given template (FDA.dot). The macro opens a text file generated by my database.
|
| Displaying characters depen | 25 Feb 2004 10:56 GMT | 1 |
I was hoping someone might help me with the following problem I need to be able to print particular characters on each page of a document. The character to be printed depends on the page being examined and its sequence (number) in the document., and whether it is the first page ...
|
| Share Macro | 25 Feb 2004 10:54 GMT | 2 |
Sorry if this is the wrong forum for this but... I have previously and successfully created a macro within Word that allow a specific set of keystrokes and typed text when I push an assigned button (let's say F10). When
|
| VBA, VB, task? | 25 Feb 2004 10:27 GMT | 1 |
I need to run through a large number of Word files, changing the Titl field in the Summary tab of File Properties to make it the same as th filename. I've read about the ActiveX DLL, dsofile.dll, on the Word MVP site
|
| Problem saving Custom Properties-HELP-This makes no sense | 25 Feb 2004 09:56 GMT | 4 |
Greetings all, I am sure I am doing something wrong but I'll be dipped if I kno what. I have a document with several controls. The one I am having a proble
|
| Executing an Excel Macro from Word | 25 Feb 2004 09:52 GMT | 1 |
I have the following VBA code in Word: Dim xls As Object Dim wrk As Excel.workbook Dim xlfilename As String
|
| Printing API - for setting Staple features | 25 Feb 2004 09:51 GMT | 3 |
I would appreciate any help with this. I am trying to determine and set a printer's staple feature. So far I have determined that this can be maipulated through the DeviceCapabilities API. I have seen lots of examples using this API
|
| Executing an Excel Macro from Word | 25 Feb 2004 09:51 GMT | 2 |
I have the following VBA code in Word: Dim xls As Object Dim wrk As Excel.workbook Dim xlfilename As String
|
| Send To Button: Click Event | 25 Feb 2004 09:00 GMT | 1 |
Is it possible to register for the click event on the Send To--> Mail Recipient button? I can register for the "Mail Recipient (As Attachment)" button click event. I can't seem to register for any of the other buttons in
|