Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 30
Default Hide macros from Alt-F8 macro list

Is there a way I can prevent macros from appearing in the macro list
(Alt-F8.) I developed a custom Excel application and I password protected the
VBA project as well as the workbook and all worksheets. Yet, when the user
selects Alt-F8 he can still view and run any of the dozens of macros. This
could have disastrous consequences. How can I hide the macros from the Alt-F8
macro list?

thank you,
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Hide macros from Alt-F8 macro list

Change them to Private

Private Sub mymacro()
'your code
End Sub

Users could still run the macros from ToolsMacroMacros if they know the names
of the macros.


Gord Dibben MS Excel MVP



On Thu, 4 Jan 2007 10:51:02 -0800, Bill_S
wrote:

Is there a way I can prevent macros from appearing in the macro list
(Alt-F8.) I developed a custom Excel application and I password protected the
VBA project as well as the workbook and all worksheets. Yet, when the user
selects Alt-F8 he can still view and run any of the dozens of macros. This
could have disastrous consequences. How can I hide the macros from the Alt-F8
macro list?

thank you,


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
Macros Don't Show On Commands List and 'Normal.dot' SV Excel Worksheet Functions 3 December 13th 06 07:23 PM
auto updating list Larry Excel Worksheet Functions 8 July 27th 06 01:59 PM
how to hide a list of macros in excel 2000 without password protection Padam Setting up and Configuration of Excel 1 July 12th 06 09:10 PM
how to hide a list of macros without password protection Padam Excel Worksheet Functions 1 July 12th 06 11:30 AM
Hide Macro's in Toolbar / Macro's list sparx Excel Discussion (Misc queries) 2 May 6th 06 08:53 PM


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