Manual progress bar

J

Jose Lopes

Hi.

I need a simple visual progress bar that is updated according to a field
where I manually insert a percentage 10, 30, 90 and 100 for example. Is this
possible?

Thx.
 
M

mscertified

That is built into VBA, look in Help for:

SysCmd(acSysCmdInitMeter, ....)

-Dorian
 
Top