View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
darsg darsg is offline
external usenet poster
 
Posts: 13
Default run addin function from macro

I have got an addin installed which open a vb form and on that form there is
an ok buttion which i have to click to run my defined procdure.

what i am trying to do is schedule an application to run everyday at 2:00
A.M. , but for that i have to run that macro on an open workbook , how can i
call that command button to run when i open that workbook.

thanks