Thread: OnAction
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Richard Yang Richard Yang is offline
external usenet poster
 
Posts: 1
Default OnAction

if i set the onaction property for a commandbarbutton with
onaction = "module.xla!func1"
what is the search path it would use to find module.xla
would it make a difference if this statement was run
inside of module.xla

Thanks,
Richard