Show WORD XML Structure window

E

eschneider

Anyone know how to show the Word XML structure window using code?

I tried the macro cheat, but nothing...

Thanks,
Schneider
 
J

Ji Zhou \(Wicresoft\)

Schneider,glad to hear from you again!

Firstly, wish you have a very happy new year and always have good lucks in
the coming 2009!

To show the XML Structure task pane, we use the following codes to set it's
Visible property to true,

this.Application.TaskPanes[Microsoft.Office.Interop.Word.WdTaskPanes.wdTaskPaneXMLStructure].Visible
= true;

Any future concerns or questions, please feel free to let me know!


Best regards,
Ji Zhou
MSDN Newsgroup Online Service
 
C

Colbert Zhou [MSFT]

Hello Schneider,

I am reviewing this post. Since I have not hearded from you for some time,
I am writing to check whether my solution above addresses your issue or
not. If any assistance is needed on this issue, please do not hesitate to
contact me. If no future questions or concerns on this, I will close the
thread in my side at this time.

Thank you again for using the MSDN Newsgroup Service and have a nice day!


Best regards,
Colbert Zhou ([email protected], remove 'online.')
Microsoft Online Community Support

=================================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

This posting is provided "AS IS" with no warranties, and confers no rights.
=================================================
 
E

eschneider

Yes, your solution worked. Running behind on all my threads, a bit busy
lately...

Thanks a lot,
Schneider
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top