Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all
is it better (or is there any advantage or disadvantage) to using Application.run MacroName:="MyMacroName" over call MyMacroName tia J |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I kind of like using call. Then you know that you are calling a sub within
the project. Just a convention I use though and certainly nothing scientific here. As for performance there should be no difference. Jim Thomlinson "Gixxer_J_97" wrote: Hi all is it better (or is there any advantage or disadvantage) to using Application.run MacroName:="MyMacroName" over call MyMacroName tia J |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks Jim - i was just curious
"Jim Thomlinson" wrote: I kind of like using call. Then you know that you are calling a sub within the project. Just a convention I use though and certainly nothing scientific here. As for performance there should be no difference. Jim Thomlinson "Gixxer_J_97" wrote: Hi all is it better (or is there any advantage or disadvantage) to using Application.run MacroName:="MyMacroName" over call MyMacroName tia J |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
=PROPER() | Excel Discussion (Misc queries) | |||
Excel User Form- Format Proper Case | Excel Programming | |||
Excel User Form- Format Proper Case | Excel Programming | |||
Excel User Form- Format Proper Case | Excel Programming | |||
=proper | Excel Programming |