Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using Office 2003 on Windows XP.
I have a program that interacts with many files, opens them for viewing, sometimes performs an action, etc. Some files when opened automatically cause the Web toolbar to display, which is annoying enough, but it is also floating over the spreadsheet blocking the view. Apart from coding something to see if the toolbar is visible, and then turning it off, how can I kill this activity? I mean surely there is a way to switch it off??? Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Are you sure that some of the files you call are not web based windows?
"quartz" wrote: I am using Office 2003 on Windows XP. I have a program that interacts with many files, opens them for viewing, sometimes performs an action, etc. Some files when opened automatically cause the Web toolbar to display, which is annoying enough, but it is also floating over the spreadsheet blocking the view. Apart from coding something to see if the toolbar is visible, and then turning it off, how can I kill this activity? I mean surely there is a way to switch it off??? Thanks in advance. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try:
CommandBars("Web").Enabled = False See details he http://word.mvps.org/faqs/macrosvba/...WebToolbar.htm "quartz" wrote: I am using Office 2003 on Windows XP. I have a program that interacts with many files, opens them for viewing, sometimes performs an action, etc. Some files when opened automatically cause the Web toolbar to display, which is annoying enough, but it is also floating over the spreadsheet blocking the view. Apart from coding something to see if the toolbar is visible, and then turning it off, how can I kill this activity? I mean surely there is a way to switch it off??? Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to hide the outlook toolbar when opening an excel file | Excel Discussion (Misc queries) | |||
how to stop Reviewing toolbar from opening when I open a file | Excel Discussion (Misc queries) | |||
File opening from Custome Toolbar | Excel Programming | |||
opening toolbar with file | Excel Programming | |||
Toolbar on opening a workbook | Excel Programming |