how can i do statusbar?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

my form contain acalculation step all what i want is to tatch astatusbar for
completing the view and get this text out "calaculation complete successfully"
 
Ahmed;

Add a msg box to the end of the operation and it will pop up after the
calculation is done
'

Example

Function dosomthing ( )

calculations

...
...
...

End

Msgbox" The Operation has completed Sucessfully", vbOKOnly


Regards

Mohamad Madani
From Saida

ahmedrabea said:
my form contain acalculation step all what i want is to tatch astatusbar for
completing the view and get this text out "calaculation complete
successfully"
 

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

Back
Top