Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default Insert macro name in code on call statement.

Is there a way to list the macros (subs) that exist, sort of like F3 to list
named ranges, so when I do a call to another macro, it will pop up the name
so I dont' have to type it, thereby eliminating possible errors?
--
Marv Lusk
Boise Corporation
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Insert macro name in code on call statement.

If you use a unique naming convention, like procMacroName, then by typing
proc and then hit Ctrl-spacebar you get a list of all procedures starting
with proc. I tend to name mine pXXFunction, where XX is a two letter acronym
for the module they are in, that way I can easily get them.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"MarvInBoise" wrote in message
...
Is there a way to list the macros (subs) that exist, sort of like F3 to

list
named ranges, so when I do a call to another macro, it will pop up the

name
so I dont' have to type it, thereby eliminating possible errors?
--
Marv Lusk
Boise Corporation



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default Insert macro name in code on call statement.

Perfect! Thank you!!
--
Marv Lusk
Boise Corporation


"Bob Phillips" wrote:

If you use a unique naming convention, like procMacroName, then by typing
proc and then hit Ctrl-spacebar you get a list of all procedures starting
with proc. I tend to name mine pXXFunction, where XX is a two letter acronym
for the module they are in, that way I can easily get them.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"MarvInBoise" wrote in message
...
Is there a way to list the macros (subs) that exist, sort of like F3 to

list
named ranges, so when I do a call to another macro, it will pop up the

name
so I dont' have to type it, thereby eliminating possible errors?
--
Marv Lusk
Boise Corporation




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
Excel code to call a macro when a certain value in a cell isselected. [email protected] Excel Worksheet Functions 4 February 15th 08 08:18 PM
how can I insert a macro into a boolean statement Garrett Excel Worksheet Functions 1 December 29th 05 03:46 PM
Call recorded macro from VBA code [email protected] Excel Programming 1 September 2nd 05 09:22 PM
How To Call VBA Code from Excel 4 Macro Gaston Excel Programming 4 March 25th 05 09:47 PM
Can you call a macro as in an IF statement kls[_2_] Excel Programming 2 September 11th 04 10:48 PM


All times are GMT +1. The time now is 09:55 PM.

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"