Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default How to stop template worksheet visibility

I have a custom template I use to create new files. It has a toolbar
that references macros in the template file. The problem is that
when I run the macros, the template file becomes opens in the
background. How can I access the macros from the template (they're
in modules) but keep the template invisible, or is there another way
I should be using the macros? Thanks for taking your time to check
this out!

Eugene

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default How to stop template worksheet visibility

Open the template file
Hide it.
Use the immediate window to close and save it.

Now when it is opened, it should be hidden like personal.xls

--
Regards,
Tom Ogilvy


"leaftye - ExcelForums.com" wrote
in message ...
I have a custom template I use to create new files. It has a toolbar
that references macros in the template file. The problem is that
when I run the macros, the template file becomes opens in the
background. How can I access the macros from the template (they're
in modules) but keep the template invisible, or is there another way
I should be using the macros? Thanks for taking your time to check
this out!

Eugene



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default How to stop template worksheet visibility

Tom, thanks!

What I did was open the file, then Alt+F11 to open the IDE. In the
workbook window I selected the Window - Hide menu option. In the
IDE's immediate window, I executed this code:
ThisWorkbook.Close savechanges:=True

Now to find some new files to work on....

Eugene

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default How to stop template worksheet visibility

Now when I use the template to create a new file, the new workboo
file is hidden. How can I use this template that has a hidde
workbook to create new files that have visible workbooks

Eugen

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default How to stop template worksheet visibility

TTT...still need help on this one

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 do I stop 'template help' from opening in a worksheet? Goldenbarstewart Excel Discussion (Misc queries) 2 May 29th 10 08:26 PM
Limit Visibility of a worksheet Tdahlman Excel Discussion (Misc queries) 1 March 12th 08 04:13 PM
How to stop template help when opening a file Mucker Excel Discussion (Misc queries) 2 March 2nd 07 09:14 AM
How do I stop the template help from appearing on startup Allan_D_Ziegler Excel Discussion (Misc queries) 0 July 6th 05 04:24 AM
Visibility Problem of Embedded Buttons in Worksheet Dave Peterson[_3_] Excel Programming 2 June 10th 04 03:39 AM


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