Application.StatusBar or equivalent for user defined functions

B

Bob Nyholm

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.
 
D

Dave Peterson

Functions called from worksheet cells can't do this kind of thing.

About the only thing that they can do is return a value to the cell that owns
the formula.
 
B

Bob Nyholm

Functions called from worksheet cells can't do this kind of thing.

About the only thing that they can do is return a value to the cell that owns
the formula.

Thanks for your help - wishful think on my part. I also tried
executing a subroutine from within the function to update the status
bar, again without success. Like you say, the function umbrella is
very restrictive.

.......bob
 
D

Dave Peterson

And excel is pretty smart!

You can't fool it by hiding the code in subroutines of subroutines of
subroutines <vbg>.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top