Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Practical use of Window Hide

Hi all,

I have this simple question. From Excel 2002 and later you can hide Window
(go to WIndow|Hide on MenuBar). What is this for? I read somewhere, along the
line of "If you want your users to look into code ONLY you may use this
feature."

Can anyone tell me how to use this best?

Cheers,
---
Tetsua Oguma, Sydney, Australia
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 923
Default Practical use of Window Hide

I use hide window when the application is userform driven, it removes the
sistration of any changes to the underlying sheet, however be aware that in
this situation there is no active workbook, worksheet, ranges or cells etc.,
References must be fully defined.

You must use: workbooks(index).worksheets(index).range(...... etc. else
the calls will fail. Assignment to a an object is the best way forward.

Cheers
Nigel


"Tetsuya Oguma" <Tetsuya wrote in message
...
Hi all,

I have this simple question. From Excel 2002 and later you can hide Window
(go to WIndow|Hide on MenuBar). What is this for? I read somewhere, along

the
line of "If you want your users to look into code ONLY you may use this
feature."

Can anyone tell me how to use this best?

Cheers,
---
Tetsua Oguma, Sydney, Australia



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 2007 practical book Drew[_2_] Excel Discussion (Misc queries) 1 June 29th 08 09:51 PM
new window hide column problem diaare Excel Discussion (Misc queries) 0 September 5th 07 09:16 PM
practical business related question, IF, LOOKUP...? Ivan808 Excel Discussion (Misc queries) 1 November 6th 06 12:41 AM
How to hide Excel window when activating a Shape object Yi[_2_] Excel Programming 4 October 8th 03 02:36 PM
How to hide Excel window when activating a Shape object Bob Kilmer Excel Programming 0 September 27th 03 03:51 PM


All times are GMT +1. The time now is 08:54 AM.

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"