Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 64
Default Enable Command Bar

I am using Excel 2003 and created a Pivot report to be used by multiple
users. Periodically, the data needs to be refreshed. The 'Pivot Table'
command bar was not loading when other users opened the file, so I added the
following in the WB code:

Private Sub Workbook_Open()
Application.CommandBars("PivotTable").Visible = True
End Sub

The command bar now loads, however, is greyed out for the other users. What
can be added to this sub-routine to enable this command bar?

Any suggestions greatly appreciated.

--
Linda
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 267
Default Enable Command Bar

Application.CommandBars("PivotTable").Visible = True
Application.CommandBars("PivotTable").Enabled = True

"mathel" wrote:

I am using Excel 2003 and created a Pivot report to be used by multiple
users. Periodically, the data needs to be refreshed. The 'Pivot Table'
command bar was not loading when other users opened the file, so I added the
following in the WB code:

Private Sub Workbook_Open()
Application.CommandBars("PivotTable").Visible = True
End Sub

The command bar now loads, however, is greyed out for the other users. What
can be added to this sub-routine to enable this command bar?

Any suggestions greatly appreciated.

--
Linda

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 64
Default Enable Command Bar

Hi Atishoo,

I copied the line and added it to my WB code, saved the file and had another
user open it - the Command Bar remains greyed out. Any other thoughts? I
don't understand why the Pivot Command bar is OK on my document, but no one
elses!

--
Linda


"Atishoo" wrote:

Application.CommandBars("PivotTable").Visible = True
Application.CommandBars("PivotTable").Enabled = True

"mathel" wrote:

I am using Excel 2003 and created a Pivot report to be used by multiple
users. Periodically, the data needs to be refreshed. The 'Pivot Table'
command bar was not loading when other users opened the file, so I added the
following in the WB code:

Private Sub Workbook_Open()
Application.CommandBars("PivotTable").Visible = True
End Sub

The command bar now loads, however, is greyed out for the other users. What
can be added to this sub-routine to enable this command bar?

Any suggestions greatly appreciated.

--
Linda

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 267
Default Enable Command Bar


try
Tools, Share Workbook..., allow multiple users. (check and de check this
option try both ways)
try turning off sheet protection.

if i get any more ideas ill let you know
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
Enable Command Button Procedure Kenny Excel Discussion (Misc queries) 1 October 14th 07 03:09 AM
Enable/Disable Command Button Phil Excel Programming 3 July 10th 07 10:16 AM
Urgent: Enable All of the excel command bar ViestaWu Excel Programming 1 September 5th 06 09:40 AM
enable menu command not working Mary Excel Programming 2 August 26th 05 04:11 PM
Enable Command Button 1 & 2 Mikeice[_20_] Excel Programming 3 June 17th 05 06:00 AM


All times are GMT +1. The time now is 01:53 AM.

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"