Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Enable Command Button Procedure | Excel Discussion (Misc queries) | |||
Enable/Disable Command Button | Excel Programming | |||
Urgent: Enable All of the excel command bar | Excel Programming | |||
enable menu command not working | Excel Programming | |||
Enable Command Button 1 & 2 | Excel Programming |