Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Is it possible to prevent a user from accessing the macros dialog (ToolsMacroMacros) box to prevent them running a macro from there. Sandy |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Make the Sub Private Sub ................
then the name will not appear in the dialog box. -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings with @tiscali.co.uk "Sandy" wrote in message ... Hi Is it possible to prevent a user from accessing the macros dialog (ToolsMacroMacros) box to prevent them running a macro from there. Sandy |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I prefer making the module private to the project with
Option Private Module -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Sandy Mann" wrote in message ... Make the Sub Private Sub ................ then the name will not appear in the dialog box. -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings with @tiscali.co.uk "Sandy" wrote in message ... Hi Is it possible to prevent a user from accessing the macros dialog (ToolsMacroMacros) box to prevent them running a macro from there. Sandy |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sorry I don't understand - out of my depth - I'll give this a miss for now.
Thanks both anyway. Sandy "Bob Phillips" wrote in message ... I prefer making the module private to the project with Option Private Module -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Sandy Mann" wrote in message ... Make the Sub Private Sub ................ then the name will not appear in the dialog box. -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings with @tiscali.co.uk "Sandy" wrote in message ... Hi Is it possible to prevent a user from accessing the macros dialog (ToolsMacroMacros) box to prevent them running a macro from there. Sandy |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm not surprised that you could not understand my post but to use Bob's
suggestion press and hold the Alt key whaile you press the f11 function key above the QWERTY keyboard. This will take you into VBA. In each module place the cursor in to the left of the first Sub and type in option private module then press the Enter key and the job is done. -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings with @tiscali.co.uk "Sandy" wrote in message ... Sorry I don't understand - out of my depth - I'll give this a miss for now. Thanks both anyway. Sandy "Bob Phillips" wrote in message ... I prefer making the module private to the project with Option Private Module -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Sandy Mann" wrote in message ... Make the Sub Private Sub ................ then the name will not appear in the dialog box. -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings with @tiscali.co.uk "Sandy" wrote in message ... Hi Is it possible to prevent a user from accessing the macros dialog (ToolsMacroMacros) box to prevent them running a macro from there. Sandy |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sorry didn't realise you had re-posted. Works well. Thank you
Sandy "Sandy Mann" wrote in message ... I'm not surprised that you could not understand my post but to use Bob's suggestion press and hold the Alt key whaile you press the f11 function key above the QWERTY keyboard. This will take you into VBA. In each module place the cursor in to the left of the first Sub and type in option private module then press the Enter key and the job is done. -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings with @tiscali.co.uk "Sandy" wrote in message ... Sorry I don't understand - out of my depth - I'll give this a miss for now. Thanks both anyway. Sandy "Bob Phillips" wrote in message ... I prefer making the module private to the project with Option Private Module -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Sandy Mann" wrote in message ... Make the Sub Private Sub ................ then the name will not appear in the dialog box. -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings with @tiscali.co.uk "Sandy" wrote in message ... Hi Is it possible to prevent a user from accessing the macros dialog (ToolsMacroMacros) box to prevent them running a macro from there. Sandy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macros - copying macros from one computer to another | Excel Discussion (Misc queries) | |||
Macros | Excel Discussion (Misc queries) | |||
"openinf file..."ENABLE MACROS...DISABLE MACROS" | Excel Discussion (Misc queries) | |||
Training: More on how to use macros in Excel: Recording Macros | Excel Worksheet Functions | |||
macros | New Users to Excel |