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

Does anyone know if you can programatically disable the
Excel 2002 Task Pane permanently. I can turn off the Task
Pane programatically, but it re-appears for cut/copy/paste
functions. The user interface of the clipboard on the
task pask has options which can control this, but I need
to control it programatically. Any ideas?????

P.S. Application.DisplayClipboardWindow does not appear to
work. Has anyone else tried it with success??
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 811
Default automating Excel 2002 Task Pane

Hi Dennis,

CommandBars("Task Pane").Enabled = False

should do it for the current Excel session. But if you want this to be the
default state every time you open Excel, you'll need to put it into
something like a Personal.xls Auto_Open procedure.

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *


"Dennis Sacca" wrote in message
...
Does anyone know if you can programatically disable the
Excel 2002 Task Pane permanently. I can turn off the Task
Pane programatically, but it re-appears for cut/copy/paste
functions. The user interface of the clipboard on the
task pask has options which can control this, but I need
to control it programatically. Any ideas?????

P.S. Application.DisplayClipboardWindow does not appear to
work. Has anyone else tried it with success??



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default automating Excel 2002 Task Pane


Thanks for the reply, but your sugesstion did not work. If you
cut/copy/paste, then the clipboard in the task pane re-appears. Any
other ideas?????


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
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
Automating Task within Excel To Send Emails JamesW Excel Discussion (Misc queries) 4 April 19th 08 08:05 AM
Task Pane in Excel JSiply Excel Discussion (Misc queries) 0 December 9th 06 11:25 PM
Excel - task pane task pain Excel Discussion (Misc queries) 2 July 31st 06 10:43 PM
Excel Task Pane vosnick Excel Discussion (Misc queries) 2 November 25th 05 03:48 AM
how do i get my task pane up in excel tanya New Users to Excel 1 March 19th 05 04:56 PM


All times are GMT +1. The time now is 06:42 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"