View Single Post
  #5   Report Post  
Herb Tyson [MVP]
 
Posts: n/a
Default

Ah. So, you want to be able to start multiple instances of Word, each with
their own set of documents. So, if you start Word twice, it'll show up twice
on the task bar. And if you open 3 docs in one and 3 docs in the other, each
instance will control its own 3 docs. Is that correct?

If so, then create a new desktop shortcut for Word -- the built-in one that
setup installs can't be modified correctly. In its properties, in the Target
field, add the /n switch after winword.exe" (e.g., ...winword.exe" /n). This
does two things. First, it starts without a blank Document 1 window. Second,
it starts a new independent instance of Word that does what you want.

If you *want* a new blank document window as well, then add the following
after the /n switch:

/mfilenewdefault

For example, it might look like this:

"C:\Program Files\Microsoft Office\OFFICE11\WINWORD.EXE" /n /mfilenewdefault

--
Herb Tyson MS MVP
Please respond in the newsgroups so everyone can follow along.
"aryev" wrote in message
news
Thanks for the reply!
Unfortunately, this doesn't seem to work. What happens is, I can open two
or
three document files in the same program window (when "Windows in Taskbar"
is
unchecked), but when I try to open another program window, Word 2002 just
takes me back to the one already open.
I need to be able to have three files open in one program window, three
files in another, and so on.

Do I have to go back to Word 97, which could handle this problem easily?



"Tony Jollans" wrote:

In Word 2000 you have no choice but in later versions you do.

Under Tools Options View (tab) Show (section) uncheck "Windows in
Taskbar"

--
Enjoy,
Tony