How to increase the Width of the Task Pane (2003 & 2007)?

G

Green

Hi, does anybody know how to can programmatically increase the width of the
task pane in Office 2003 & 2007.
(using .Net or unmanaged code etc)
I think the default width for the task pane is 200 pixels.

Thank you
eg
 
A

Andy Pope

Hi,

For xl2003 at least,

application.CommandBars("Task Pane").Width =400

In .Net I believe there is a ActionPane object you can control.

Cheers
Andy
 

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