| Thread | Last Post | Replies |
|
| ==Is there a way to send highlighted text (without copy paste) in word to a box in another app? ie: from word to the search box in internet explorer. | 26 Jul 2004 00:52 GMT | 5 |
==Is there a way to send highlighted text from word doc. with a keystroke (without copy paste) to a box in another app? ie: from word to the search box in internet explorer via a keystroke or another program/trick.
|
| ActiveDocument.Close not working | 25 Jul 2004 05:27 GMT | 6 |
I have a DLL I developed and it is instantiated within AutoClose() in the normal.dot file. The initial code saves the document. The next piece of code is: ActiveDocument.Close SaveChanges:=wdSaveChanges
|
| How to raise the OnNew event when usind Word.Documents.Add | 25 Jul 2004 02:05 GMT | 4 |
I read that the OnNew event can be raised through the command prompt to make sure the word document open from a dot template keeps the formatting attached to that template instead of the ones in the normal dot template on the user's computer. IS there any way to programmatically ...
|
| How to make sure a printed document look the as it does on the scr | 25 Jul 2004 00:58 GMT | 3 |
We are working with a word object in a VB.Net and create mail merge through the application. When the user view or preview the document it looks fine but depending on the printer the user sends the file to the printed result differs in formatting and sometimes the printed page is ...
|
| Reading Russian text in Word2003 VBA code | 24 Jul 2004 23:40 GMT | 2 |
I have a vba application in Word 2003 (running on XP) that reads text from named form fields as so: Selection.GoTo what:=wdGoToBookmark, Name:=CStr(f1name) gsContentTr = Selection.Text
|
| copy custom doc. property | 24 Jul 2004 10:11 GMT | 1 |
i have an open word doc. i want to copy custom doc. property from another doc. to the current one. in vba for word xp, how can i do that? thanks a lot, william. --
|
| BOOLEAN var initially FALSE? | 24 Jul 2004 04:45 GMT | 3 |
Just to confirm: when I first declare a boolean var -- DIM myvar AS BOOLEAN myvar has an initial value of FALSE without my doing anything, right?
|
| Recording Macros | 24 Jul 2004 04:43 GMT | 2 |
On Wd2002 I am trying to record a macro which selects the word containing the IP (using F8+F8) and changes its font to give emphasis. The keypresses work perfectly on a dry run, but those concerned with selecting the font fail to
|
| With.Selection.Find & strings | 24 Jul 2004 04:40 GMT | 1 |
I need to search for the second occurrence in my document of whatever the value of the first line happens to be. I'm unsure how to get With.Selection.Find.Text to use a value from a string that I've set earlier in the macro.
|
| Use Automation to set View.Type = wdPrintView | 24 Jul 2004 03:27 GMT | 2 |
I've scoured around a bit and couldn't find a snippet that would allow me to set a collection of word 2000 docs to Print Layout view programatically. ActiveWindow.View.Type = wdPrintView
|
| Macro for Cap. Letters and Periods in Cells | 24 Jul 2004 01:08 GMT | 3 |
I have a table set-up in Word for lawyers diary entries. There are four columns and the third column has the description of what they did that day. For that column, I want to make a capital letter at the beginning and a
|
| Putting Contents of Variable into Clipboard | 24 Jul 2004 00:29 GMT | 1 |
In Word XP, I have a little macro: Sub FullFilename() Dim currname As String currname = ActiveDocument.FullName
|
| Application.CustomizationContext = Application.Customization context is removing my doc's toolbars | 23 Jul 2004 20:06 GMT | 5 |
If I create a new document based on a template with toolbars, and then execute the following line of code, my toolbars disappear: Application.CustomizationContext = Application.CustomizationContext I've tried this with Word 97-2003. I simply opened a document, added
|
| Insert current date into specific Word doc | 23 Jul 2004 19:24 GMT | 1 |
I need automatically insert current date into specific Word docs(not for all) with the following format: 'ww, dd-mm-yyyy', where 'ww' is current week from the beginning of year(now is 30). MS Word 2000 have no such date format in Insert > Date and Time >Available Formats.
|
| how to insert current date into Word 2000 doc? | 23 Jul 2004 19:14 GMT | 2 |
I need automatically insert current date into specific Word docs(not for all) with the following format: 'ww, dd-mm-yyyy', where 'ww' is current week from the beginning of year(now is 30). MS Word 2000 have no such date format in Insert > Date and Time >Available Formats.
|