Re: using word.application in VB
- From: "MikeD" <nobody@xxxxxxxxxxx>
- Date: Mon, 30 Jan 2006 20:02:04 -0500
"oldtimer" <oldtimer@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:7C6CC902-2C65-4827-9E39-1EF8BAFD9D72@xxxxxxxxxxxxxxxx
>I am trying to extract the characters from a word document within a VB6 app
> by declaring a WORD.APPLICATION object, Adding a WORD.DOCUMENT object and
> then trying to access the character array. It appears what I thought was
> a
> character array is not.
> I can find no documentation on the WORD.APPLICATION object and am flying
> blind guessing at the use of methids and properties. So far I have got a
> document to load into the new application.
>
> Can someone point me at the documentation i need or tell me how to extract
> the characters.
Character array? As far as I know, no such thing exists in Word...at least
not in that kind of sense.
What is it, exactly, that you're ultimately needing to do? IOW, explain
better what you mean by "extract the characters".
As far as documentation, consult the VBA documentation included with Word.
It describes the Word object model, its objects, and their properties,
methods, and events.
--
Mike
Microsoft MVP Visual Basic
.
- Prev by Date: Re: using word.application in VB
- Next by Date: Re: [function LOF] Fails after WordPad saving
- Previous by thread: Re: using word.application in VB
- Index(es):
Relevant Pages
|