View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jens 'Kluesi' Kluesener Jens 'Kluesi' Kluesener is offline
external usenet poster
 
Posts: 4
Default Output while working?

Hi

Sorry for my bad english. I have got a form. If I press the button x then a
function with many code lines will works. To show the user that the VBA
program works I want to put some progress information on this form. So I
put a Label in the form and write some informations in it at some positions
of the code. But the informations does not show in the label.

How can I do that?

Many thanks

Jens