View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Nyholm Bob Nyholm is offline
external usenet poster
 
Posts: 3
Default Application.StatusBar or equivalent for user defined functions

I would like to update the status bar from within a user defined
function. Application.StatusBar works for macros / subroutines, but
does NOT work for user defined functions as best I can tell. Is there
an equivalent call? Any help will be appreciated.