Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Cam Cam is offline
external usenet poster
 
Posts: 165
Default Not to display Macro list

Hello,

Is there an option in Excel 2000 to not display the macro list when users
click on Tools/Macros? Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default Not to display Macro list

I do not know a a switch to hide all macros, but you can remove individual
macros from the list by adding the key word "Private" before the word Sub.
--
HTH...

Jim Thomlinson


"Cam" wrote:

Hello,

Is there an option in Excel 2000 to not display the macro list when users
click on Tools/Macros? Thanks

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 292
Default Not to display Macro list

Hi

You can put
Option Private Module
on top of the module. You can declare it private

Private Sub Test()
'
End Sub

Also, macros with variables passed tothem will not be listed:

Sub Test(Optional B As Boolean)
'
End Sub

HTH. Best wishes Harald

"Cam" skrev i melding
...
Hello,

Is there an option in Excel 2000 to not display the macro list when users
click on Tools/Macros? Thanks



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
Display part of list dependant on Validation list selection Jules73 Excel Worksheet Functions 0 August 12th 09 02:21 PM
Excell Dropdown List. Display alternate text than found in list. Shawnn Excel Discussion (Misc queries) 14 December 11th 08 07:43 PM
Dropdown list doesn't display from the top of the list stebro Excel Discussion (Misc queries) 4 June 12th 07 11:15 PM
Display name that is on the list lintan Excel Worksheet Functions 1 April 18th 05 10:16 PM
Display Msg box on open "before" MS Macro Security warning display Jack_Feeman Excel Programming 6 March 18th 05 07:07 PM


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