VBA Progressbar (Frm73)

Progress bar Frm73 or just simple message
Zip file contains .frm and .frx files to drop into your VBA project

To Initialize, have to call it first:
Frm73.Reset

To End it:
Frm73.Endd

Show certain percintage:
Frm73.Update 220,500,27,40,"Main message","Small secondary message"
Or:
Frm73.Update 220,500,,,"Only main bar"
Or:
Frm73.Update 0,0, 3 , 13 ,"Only small bar"
Or:
Frm73.Update 0,0,,,"Large message" , "And another small message "


Public

Tested

My Own Work

Val1Main, Val9Main, Val1Small, Val9Small, MainMsg, SmallMsg

Views 4961 Downloads 1578