Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 154
Default Display sheet from loaded Addin

Is it possible to display a sheet from a loaded addin, allow
access to the sheet, then 'hide' it again, please?

Regards.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Display sheet from loaded Addin

You could copy it to a new workbook, then copy the information back and
close the workbook without saving.

As you might have noted, sheets which are visible when you convert the
workbook to an addin, are not visible - so that might tip you off.

--
Regards,
Tom Ogilvy

"Stuart" wrote in message
...
Is it possible to display a sheet from a loaded addin, allow
access to the sheet, then 'hide' it again, please?

Regards.




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 154
Default Display sheet from loaded Addin

Feared as much, but wanted to be sure.

Regards and thanks.

"Tom Ogilvy" wrote in message
...
You could copy it to a new workbook, then copy the information back and
close the workbook without saving.

As you might have noted, sheets which are visible when you convert the
workbook to an addin, are not visible - so that might tip you off.

--
Regards,
Tom Ogilvy

"Stuart" wrote in message
...
Is it possible to display a sheet from a loaded addin, allow
access to the sheet, then 'hide' it again, please?

Regards.






  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Display sheet from loaded Addin

You could always set the IsAddin property of that workbook to False, it all
becomes visible then, and then reset back to True at some point.

Workbooks("Easyfilter.xla").IsAddin = False



--

HTH


RP
(remove nothere from the email address if mailing direct)


"Stuart" wrote in message
...
Feared as much, but wanted to be sure.

Regards and thanks.

"Tom Ogilvy" wrote in message
...
You could copy it to a new workbook, then copy the information back and
close the workbook without saving.

As you might have noted, sheets which are visible when you convert the
workbook to an addin, are not visible - so that might tip you off.

--
Regards,
Tom Ogilvy

"Stuart" wrote in message
...
Is it possible to display a sheet from a loaded addin, allow
access to the sheet, then 'hide' it again, please?

Regards.








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
Excel sheet page breaks are different when loaded in other computers Bradley Burton Excel Discussion (Misc queries) 2 May 25th 07 11:47 PM
Display macros in addin Claude Excel Programming 1 February 23rd 05 12:27 PM
Addin opened but not loaded Jac Tremblay[_3_] Excel Programming 1 November 30th 04 04:15 PM
XLL addin not loaded! Tetsuya Oguma[_4_] Excel Programming 6 October 22nd 04 02:54 PM
Addin loaded but Macro not shown Blair C. Fonville Excel Programming 2 September 8th 04 04:26 PM


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