Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 441
Default Web toolbar comes on by itself when opening a file

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default Web toolbar comes on by itself when opening a file

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Web toolbar comes on by itself when opening a file

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
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
How to hide the outlook toolbar when opening an excel file Chris Excel Discussion (Misc queries) 0 December 27th 05 06:05 PM
how to stop Reviewing toolbar from opening when I open a file WFLD Excel Discussion (Misc queries) 2 March 24th 05 12:43 AM
File opening from Custome Toolbar Wayne Excel Programming 1 February 28th 05 01:41 PM
opening toolbar with file Papa Jonah Excel Programming 1 February 22nd 05 04:08 PM
Toolbar on opening a workbook Tom Ogilvy Excel Programming 0 August 26th 04 03:00 PM


All times are GMT +1. The time now is 12:49 PM.

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"