Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 340
Default Hiding Pivot Table Wizard

Have you tried setting the Enabled property if the toolbar to false? This
is a a permanent change, so you will need to turn it back on later.

Bob Flanagan
Macro Systems
144 Dewberry Drive
Hockessin, Delaware, U.S. 19707

Phone: 302-234-9857, cell 302-584-1771
http://www.add-ins.com
Productivity add-ins and downloadable books on VB macros for Excel

"MikeC" wrote in message
...
a am adding date to an excel spreadsheet from a VB application and then
calling a macro which includes a pivot table. When the process is
complete,
the data is displayed correctly. However, the Pivot Table Wizard is
displayed on top of the worksheet.

Does anyone know of a way to shutdown or at least hide the Pivot Table
Wizard within VBA code?

Thanks in advance!



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default Hiding Pivot Table Wizard

a am adding date to an excel spreadsheet from a VB application and then
calling a macro which includes a pivot table. When the process is complete,
the data is displayed correctly. However, the Pivot Table Wizard is
displayed on top of the worksheet.

Does anyone know of a way to shutdown or at least hide the Pivot Table
Wizard within VBA code?

Thanks in advance!
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default Hiding Pivot Table Wizard

Bob

Setting the enable property of the toolbar did not accomplish what I wanted.
However, setting the visible property of the toolbar to false did accomplish
what I wanted.

The actual code is:

Application.CommandBars("PivotTable").Visible = False

You pointed me in the right direction.

Thank You

MIkeC

"Bob Flanagan" wrote:

Have you tried setting the Enabled property if the toolbar to false? This
is a a permanent change, so you will need to turn it back on later.

Bob Flanagan
Macro Systems
144 Dewberry Drive
Hockessin, Delaware, U.S. 19707

Phone: 302-234-9857, cell 302-584-1771
http://www.add-ins.com
Productivity add-ins and downloadable books on VB macros for Excel

"MikeC" wrote in message
...
a am adding date to an excel spreadsheet from a VB application and then
calling a macro which includes a pivot table. When the process is
complete,
the data is displayed correctly. However, the Pivot Table Wizard is
displayed on top of the worksheet.

Does anyone know of a way to shutdown or at least hide the Pivot Table
Wizard within VBA code?

Thanks in advance!




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
Pivot Table Wizard in 2007 Jane N[_2_] Excel Discussion (Misc queries) 1 April 20th 10 05:52 PM
Pivot Table Wizard causes crash mike in texas Excel Worksheet Functions 1 March 10th 10 10:34 PM
excel 2007 pivot table wizard CIL Excel Worksheet Functions 2 August 25th 08 03:27 PM
Pivot Table Wizard Error (Expected 52) Guest Excel Discussion (Misc queries) 0 April 28th 06 10:10 PM
How to view VB Code behind Pivot Table created via Wizard Firemark1817 Excel Programming 1 February 20th 05 03:18 PM


All times are GMT +1. The time now is 02:15 AM.

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

About Us

"It's about Microsoft Excel"