Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Used the private string at the start of the macro to hide it from users. Of course, now I can't see it and need to make a change. Any ideas as how I get to see them again? Thanks, Nick |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Alt+F11 to get VBE
click on the module where your code is HTH -- AP "Nick Smith" a écrit dans le message de ... Hi, Used the private string at the start of the macro to hide it from users. Of course, now I can't see it and need to make a change. Any ideas as how I get to see them again? Thanks, Nick |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tried everything I can think of in VBE to get them, but can't find them. How
do I find the list of modules to choose from? Sorry. First time with VB.... "Ardus Petus" wrote: Alt+F11 to get VBE click on the module where your code is HTH -- AP "Nick Smith" a écrit dans le message de ... Hi, Used the private string at the start of the macro to hide it from users. Of course, now I can't see it and need to make a change. Any ideas as how I get to see them again? Thanks, Nick |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is the Project Explorer showing in the VBA editor? If not go to the View
menu and select it - that is where the modules are listed. BTW: A Private Sub is not "hidden" from users, it is "hidden" from other modules. That is, it can only be called by other subs/functions within the same module. So it has nothing to do with keeping users from seeing it, anyone who can get into VBA would still see it. -- - K Dales "Nick Smith" wrote: Tried everything I can think of in VBE to get them, but can't find them. How do I find the list of modules to choose from? Sorry. First time with VB.... "Ardus Petus" wrote: Alt+F11 to get VBE click on the module where your code is HTH -- AP "Nick Smith" a écrit dans le message de ... Hi, Used the private string at the start of the macro to hide it from users. Of course, now I can't see it and need to make a change. Any ideas as how I get to see them again? Thanks, Nick |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That's great. Thanks very much for your help.
"K Dales" wrote: Is the Project Explorer showing in the VBA editor? If not go to the View menu and select it - that is where the modules are listed. BTW: A Private Sub is not "hidden" from users, it is "hidden" from other modules. That is, it can only be called by other subs/functions within the same module. So it has nothing to do with keeping users from seeing it, anyone who can get into VBA would still see it. -- - K Dales "Nick Smith" wrote: Tried everything I can think of in VBE to get them, but can't find them. How do I find the list of modules to choose from? Sorry. First time with VB.... "Ardus Petus" wrote: Alt+F11 to get VBE click on the module where your code is HTH -- AP "Nick Smith" a écrit dans le message de ... Hi, Used the private string at the start of the macro to hide it from users. Of course, now I can't see it and need to make a change. Any ideas as how I get to see them again? Thanks, Nick |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I see/edit my Private macros i VB? | Excel Discussion (Misc queries) | |||
re : Possible to run private sub macros by writing another private | Excel Programming | |||
Private Sub - Hot key? | Excel Programming | |||
Private Sub Running Other Private Sub Inadvertently | Excel Programming | |||
Private Sub | Excel Programming |