Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / July 2004

Tip: Looking for answers? Try searching our database.

ThreadLast 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 GMT5
==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 working25 Jul 2004 05:27 GMT6
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.Add25 Jul 2004 02:05 GMT4
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 scr25 Jul 2004 00:58 GMT3
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 code24 Jul 2004 23:40 GMT2
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. property24 Jul 2004 10:11 GMT1
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 GMT3
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 Macros24 Jul 2004 04:43 GMT2
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 & strings24 Jul 2004 04:40 GMT1
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 = wdPrintView24 Jul 2004 03:27 GMT2
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 Cells24 Jul 2004 01:08 GMT3
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 Clipboard24 Jul 2004 00:29 GMT1
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 toolbars23 Jul 2004 20:06 GMT5
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 doc23 Jul 2004 19:24 GMT1
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 GMT2
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.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.