Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 43
Default Private - seeing macros again!

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 718
Default Private - seeing macros again!

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 43
Default Private - seeing macros again!

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,163
Default Private - seeing macros again!

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 43
Default Private - seeing macros again!

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
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
How can I see/edit my Private macros i VB? Ace70 Excel Discussion (Misc queries) 1 June 13th 07 10:02 AM
re : Possible to run private sub macros by writing another private ddiicc Excel Programming 5 August 26th 05 04:49 AM
Private Sub - Hot key? Arturo Excel Programming 1 June 23rd 05 07:17 PM
Private Sub Running Other Private Sub Inadvertently Ross Culver Excel Programming 2 February 10th 05 07:17 PM
Private Sub Ronbo Excel Programming 11 January 13th 05 08:25 PM


All times are GMT +1. The time now is 05:33 PM.

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"