Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Invoking New Workbook in Excel Task Pane

There is a TaskPane in MS Excel 2003 which starts by default with
"Getting started" panel. This is annoying cos users used to have "New
Document" pane active as default in previous versions (Office XP).
I found out that when you go to File-New, TaskPane opens New Document
panel - this is what i need. So, my idea is to write macro which will
execute the same command that is executed while choosing File-New.
Thanks in advance for any help.

Maja

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Invoking New Workbook in Excel Task Pane


Hi Maja,

You can turn this off - it does my head in aswell!

Click the Tools menu, Options, General, Show Startup Task Pane.

On this options window, you can also turn of other annoying nags, such
as Paste Option and Insert Options (on the tab) and Function Tooltips
on the General tab, and Error Checking on the Error Checking tab.

Good luck,


Roly


--
roly
------------------------------------------------------------------------
roly's Profile: http://www.excelforum.com/member.php...o&userid=24631
View this thread: http://www.excelforum.com/showthread...hreadid=401437

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Invoking New Workbook in Excel Task Pane

To show the "New Document" work pane, you can use
CommandBars.FindControl(ID:=18).accDoDefaultAction

I tried CommandBars.FindControl(ID:=18).Execute first, but that doesn't
work for some reason.

accDoDefaultAction is a (hidden) accessibility method that usually does
the same as .Execute.

Id=18 is the Id of the built-in FileNew command.

Regards,
Klaus

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
New Workbook Task Pane Angie_S Setting up and Configuration of Excel 2 February 27th 07 06:07 PM
New Workbook Task Pane martinson Excel Discussion (Misc queries) 2 December 22nd 06 07:40 PM
Template Help Task Pane Appears When Workbook Is Open Connie Excel Discussion (Misc queries) 2 November 8th 06 09:06 PM
Number of recently used templates on New Workbook task pane David Excel Discussion (Misc queries) 0 July 11th 06 11:24 PM
Excel Task Pane vosnick Excel Discussion (Misc queries) 2 November 25th 05 03:48 AM


All times are GMT +1. The time now is 04:19 PM.

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

About Us

"It's about Microsoft Excel"