Home All Groups Group Topic Archive Search About
Author
6 Nov 2006 12:54 PM
Solution_4u
Hey Guys,
I wanted to know if the format in a word file can be read by word
itself?? Do you have any VBA macro for that?? Is it possible to do the
same by using Excel

Author
6 Nov 2006 2:53 PM
Paul Clement
On 6 Nov 2006 04:54:17 -0800, "Solution_4u" <solution_abhi***@yahoo.co.in> wrote:

¤ Hey Guys,
¤ I wanted to know if the format in a word file can be read by word
¤ itself?? Do you have any VBA macro for that?? Is it possible to do the
¤ same by using Excel

Current Office application versions save documents as structured storage, so you would need to
understand the API in order to read the documents from Word or Excel (using VBA).


Paul
~~~~
Microsoft MVP (Visual Basic)
Author
8 Nov 2006 7:25 AM
Solution_4u
Thanks Man,

But do you have any snippet for such macros that can be helpful in this
regard. See man I am particularly new to this area but I need the macro
very urgently so hope that you could help me out......


Paul Clement wrote:
Show quote
> On 6 Nov 2006 04:54:17 -0800, "Solution_4u" <solution_abhi***@yahoo.co.in> wrote:
>
> ¤ Hey Guys,
> ¤ I wanted to know if the format in a word file can be read by word
> ¤ itself?? Do you have any VBA macro for that?? Is it possible to do the
> ¤ same by using Excel
>
> Current Office application versions save documents as structured storage, so you would need to
> understand the API in order to read the documents from Word or Excel (using VBA).
>
>
> Paul
> ~~~~
> Microsoft MVP (Visual Basic)
Author
8 Nov 2006 3:37 PM
Paul Clement
On 7 Nov 2006 23:25:57 -0800, "Solution_4u" <solution_abhi***@yahoo.co.in> wrote:

¤ Thanks Man,
¤
¤ But do you have any snippet for such macros that can be helpful in this
¤ regard. See man I am particularly new to this area but I need the macro
¤ very urgently so hope that you could help me out......
¤

I'm afraid that I don't have any code for this. There is a 3rd party component called StorageTools
(Desaware) that is designed to handle structured storage files but that is all that I am aware of.


Paul
~~~~
Microsoft MVP (Visual Basic)
Author
9 Nov 2006 11:02 AM
Edwin Knoppert
Save As.. ?
(RTF)


"Solution_4u" <solution_abhi***@yahoo.co.in> schreef in bericht
news:1162970757.052072.37230@k70g2000cwa.googlegroups.com...
Thanks Man,

But do you have any snippet for such macros that can be helpful in this
regard. See man I am particularly new to this area but I need the macro
very urgently so hope that you could help me out......


Paul Clement wrote:
Show quote
> On 6 Nov 2006 04:54:17 -0800, "Solution_4u" <solution_abhi***@yahoo.co.in>
> wrote:
>
> ¤ Hey Guys,
> ¤ I wanted to know if the format in a word file can be read by word
> ¤ itself?? Do you have any VBA macro for that?? Is it possible to do the
> ¤ same by using Excel
>
> Current Office application versions save documents as structured storage,
> so you would need to
> understand the API in order to read the documents from Word or Excel
> (using VBA).
>
>
> Paul
> ~~~~
> Microsoft MVP (Visual Basic)

AddThis Social Bookmark Button