A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Master Documents



 
 
Thread Tools Display Modes
  #1  
Old June 30th, 2004, 08:27 PM
Scott
external usenet poster
 
Posts: n/a
Default Master Documents

How can I save a master document in the expanded view?
  #2  
Old June 30th, 2004, 09:29 PM
Charles Kenyon
external usenet poster
 
Posts: n/a
Default Master Documents

"Master Document" is a term of art in Word referring to a "feature" that not
only doesn't work but also destroys documents. The consensus (with the
limited exception of Steve Hudson) among those offering advice on these
newsgroups is that using the Master Document feature is a sure way to
destroy your document. It can destroy parts of your document that you are
not even working on! I think John McGhie said it succinctly when he said
that there are two kinds of Master Documents: Those that are corrupt and
those that will be corrupt soon. See URL:
http://www.addbalance.com/word/masterdocuments.htm for information on the
Master Document feature and workarounds. (This page also has a link to Steve
Hudson's chapter on how he gets Master Documents to work.) See URL:
http://www.mvps.org/word/FAQs/General/WhyMasterDocsCorrupt.htm for more
information on what goes wrong, and URL:
http://www.mvps.org/word/FAQs/General/RecoverMasterDocs.htm for ideas on
how to salvage what you can.
--
Charles Kenyon

Word New User FAQ & Web Directory:
URL: http://www.addbalance.com/word/index.htm

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide)
URL: http://www.addbalance.com/usersguide/index.htm

Word Resources Page
URL: http://www.addbalance.com/word/wordwebresources.htm

See also the MVP FAQ: URL: http://www.mvps.org/word/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.

"Scott" wrote in message
...
How can I save a master document in the expanded view?



  #3  
Old July 1st, 2004, 01:12 AM
Word Heretic
external usenet poster
 
Posts: n/a
Default Master Documents

G'day "Scott" ,

You cannot get Masters to save 'expanded'. Bringing in the sub dox is
a manual process. If you really wanted you could do something like
this in the template that the master uses:

Public Sub AutoOpen()
Dim Subby as SubDocument

With ActiveDocument
If .IsMasterDocument then
for each subby in .SubDocuments
Subby.Open
next
end if
end with
end sub

Steve Hudson - Word Heretic
Want a hyperlinked index? S/W R&D? See WordHeretic.com

steve from wordheretic.com (Email replies require payment)


Scott reckoned:

How can I save a master document in the expanded view?


  #4  
Old July 1st, 2004, 01:34 PM
Scott
external usenet poster
 
Posts: n/a
Default Master Documents

Word Heretic,
Where exactly do I put this code to get the master to automatically open all of the sub documents?
Thank you,
Scott



"Word Heretic" wrote:

G'day "Scott" ,

You cannot get Masters to save 'expanded'. Bringing in the sub dox is
a manual process. If you really wanted you could do something like
this in the template that the master uses:

Public Sub AutoOpen()
Dim Subby as SubDocument

With ActiveDocument
If .IsMasterDocument then
for each subby in .SubDocuments
Subby.Open
next
end if
end with
end sub

Steve Hudson - Word Heretic
Want a hyperlinked index? S/W R&D? See WordHeretic.com

steve from wordheretic.com (Email replies require payment)


Scott reckoned:

How can I save a master document in the expanded view?



  #5  
Old July 1st, 2004, 04:13 PM
Scott
external usenet poster
 
Posts: n/a
Default Master Documents

Heretic-
I got your code to work. The only thing is that is opens the subdocments into two other windows.
I need the master to expand automatically- subdocuments are viewable in the master document window of Word.
Thank you,
Scott



"Scott" wrote:

Word Heretic,
Where exactly do I put this code to get the master to automatically open all of the sub documents?
Thank you,
Scott



"Word Heretic" wrote:

G'day "Scott" ,

You cannot get Masters to save 'expanded'. Bringing in the sub dox is
a manual process. If you really wanted you could do something like
this in the template that the master uses:

Public Sub AutoOpen()
Dim Subby as SubDocument

With ActiveDocument
If .IsMasterDocument then
for each subby in .SubDocuments
Subby.Open
next
end if
end with
end sub

Steve Hudson - Word Heretic
Want a hyperlinked index? S/W R&D? See WordHeretic.com

steve from wordheretic.com (Email replies require payment)


Scott reckoned:

How can I save a master document in the expanded view?



  #6  
Old July 2nd, 2004, 12:08 PM
Word Heretic
external usenet poster
 
Posts: n/a
Default Master Documents

G'day "Scott" ,

Try ActiveDocument.Subdocuments.Expanded=True


Steve Hudson - Word Heretic
Want a hyperlinked index? S/W R&D? See WordHeretic.com

steve from wordheretic.com (Email replies require payment)


Scott reckoned:

Heretic-
I got your code to work. The only thing is that is opens the subdocments into two other windows.
I need the master to expand automatically- subdocuments are viewable in the master document window of Word.
Thank you,
Scott



"Scott" wrote:

Word Heretic,
Where exactly do I put this code to get the master to automatically open all of the sub documents?
Thank you,
Scott



"Word Heretic" wrote:

G'day "Scott" ,

You cannot get Masters to save 'expanded'. Bringing in the sub dox is
a manual process. If you really wanted you could do something like
this in the template that the master uses:

Public Sub AutoOpen()
Dim Subby as SubDocument

With ActiveDocument
If .IsMasterDocument then
for each subby in .SubDocuments
Subby.Open
next
end if
end with
end sub

Steve Hudson - Word Heretic
Want a hyperlinked index? S/W R&D? See WordHeretic.com

steve from wordheretic.com (Email replies require payment)


Scott reckoned:

How can I save a master document in the expanded view?



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
to master doc or not to master doc? kathy Formatting Long Documents 2 June 29th, 2004 10:56 PM
Two versions again-language issue Otto Setup, Installing & Configuration 3 May 28th, 2004 04:57 AM
Master documents and Subdocuments Joy Raman General Discussion 3 May 26th, 2004 02:22 PM
Word 2002 Master Document Creation Tutorial DLC New Users 1 May 6th, 2004 10:03 PM
Master document won't save page breaks David Dunetz Page Layout 0 May 1st, 2004 09:31 PM


All times are GMT +1. The time now is 08:27 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.