Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Hide sheets from ObjectBrowser?

Hi all,

is there a way to hide your sheets from appearing in the object browser?

I've got a protected VBA/Excel project and all the sheets appear in the
object browser, yet for other .xla add-ins, no sheets appear when you switch
the object browser to them.

Tx.

Mike.



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 811
Default Hide sheets from ObjectBrowser?

"Mike" wrote in message
...
is there a way to hide your sheets from appearing in the object browser?

I've got a protected VBA/Excel project and all the sheets appear in the
object browser, yet for other .xla add-ins, no sheets appear when you
switch
the object browser to them.


Hi Mike,

If you have worksheets in your add-in they're going to show up in the
object browser no matter what. When you see an add-in that doesn't show any
worksheets in the object browser (the analysis toolpak add-in funcres.xla is
one example) it's because the only sheets it contains are XLM macro sheets
or Excel 5/95 dialog sheets. These two sheet types don't appear in the VBE
or in the object browser but they will satisfy Excel's requirement that
every workbook contain at least one sheet of some kind.

--
Rob Bovey, Excel MVP
Application Professionals
http://www.appspro.com/

* Take your Excel development skills to the next level.
* Professional Excel Development
http://www.appspro.com/Books/Books.htm


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Hide sheets from ObjectBrowser?

Rob,

thanks for the info, that's exactly why I was asking.
"Rob Bovey" wrote in message
...
"Mike" wrote in message
...
is there a way to hide your sheets from appearing in the object browser?

I've got a protected VBA/Excel project and all the sheets appear in the
object browser, yet for other .xla add-ins, no sheets appear when you
switch
the object browser to them.


Hi Mike,

If you have worksheets in your add-in they're going to show up in the
object browser no matter what. When you see an add-in that doesn't show

any
worksheets in the object browser (the analysis toolpak add-in funcres.xla

is
one example) it's because the only sheets it contains are XLM macro sheets
or Excel 5/95 dialog sheets. These two sheet types don't appear in the VBE
or in the object browser but they will satisfy Excel's requirement that
every workbook contain at least one sheet of some kind.

--
Rob Bovey, Excel MVP
Application Professionals
http://www.appspro.com/

* Take your Excel development skills to the next level.
* Professional Excel Development
http://www.appspro.com/Books/Books.htm




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
Hide Sheets KrispyData Excel Discussion (Misc queries) 2 March 25th 09 06:42 PM
Can you hide Sheets? Abdul Excel Discussion (Misc queries) 10 November 30th 08 07:09 PM
Hide sheets Tia[_3_] Excel Worksheet Functions 3 July 7th 08 08:13 PM
Hide all Sheets Roba1 Excel Programming 4 June 7th 06 02:41 PM
Hide all sheets but selected sheets - an example [email protected] Excel Programming 1 April 7th 06 06:29 PM


All times are GMT +1. The time now is 02:34 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"