Hello again
I want to create a sort of status bar for my macro. I have the code that calculates the percentage complete but how do I display this?
I thought first of all about msgboxes but dont want to click OK everytime (could be 400 times +).
So I thought ahh! userforms - created one that displays without OK by using labels but still have to click the x.
Then I looked in the FAQs and found that I could turn off the x - so I did. But now there is no way of removing the userform and therefore the progrma wont run further.
Any ideas as to how i can just have a display box that updates with every cycle of the loop?
Thanks
Andrew299
I want to create a sort of status bar for my macro. I have the code that calculates the percentage complete but how do I display this?
I thought first of all about msgboxes but dont want to click OK everytime (could be 400 times +).
So I thought ahh! userforms - created one that displays without OK by using labels but still have to click the x.
Then I looked in the FAQs and found that I could turn off the x - so I did. But now there is no way of removing the userform and therefore the progrma wont run further.
Any ideas as to how i can just have a display box that updates with every cycle of the loop?
Thanks
Andrew299