Thread: proper form
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gixxer_J_97[_2_] Gixxer_J_97[_2_] is offline
external usenet poster
 
Posts: 206
Default proper form

Hi all

is it better (or is there any advantage or disadvantage) to using

Application.run MacroName:="MyMacroName"

over

call MyMacroName

tia

J