Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Microsoft Word Components

Status
Not open for further replies.

4N6Mstr

Technical User
Oct 6, 2008
40
US
Hello all,

I'm looking for functions / explanations / details for each one of the components of a Word document, which (as far as i know) are:

1. Data
2. 1Table
3. CompObj
4. WordDocument
5. SummaryInformation
6. DocumentSummaryInformation

 
Hi 4N6Mstr,

These look like variables/expressions in a Word macro. Whilst it's easy enough to find out what the built-in one mean by opening Word, pressing Alt-F11, then looking for them in the vba Help file, it's not possible to say for sure what the first three represent without seeing your code.

[MS MVP - Word]
 




And VBA Code et al, is best discussed in Forum707, rather than in this forum, which is focused on MS Office application features.

Skip,

[glasses]Just traded in my old subtlety...
for a NUANCE![tongue]
 
Thank you both.

Those items are actually the OLE streams that "make" a Word document. Each one stores different aspects of the document.

After i posted I found out tha Miscrosof have opened the structure of the Office files to the public, including Word ( but i was looking for something less technical, just a quick explanation on each of the streams.

Anyway, thank you again.

Any help is always apreciated!

Thx,


4N6MSTR
______________________________________________
If you don't know where you are going
It does not matter how fast you are
You will never get there
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top