smma
Mechanical
- Jun 4, 2007
- 24
Hello! I woud like to make a progress bar hack that uses the width of a textbox as the size of the bar. My question is how can I have the progress bar show while my macros are working in the background? Additionally, I would like the bar to increment for each line of code read, so the progress would be relevant to the code being processed. Has anyone found a good way to do this? I have found several examples online, but nothing that will encompass these criteria. Or, would a regular ProgressBar control in VBA be the best choice? Thank you for your input!