Manual progress bar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
That is built into VBA, look in Help for:

SysCmd(acSysCmdInitMeter, ....)

-Dorian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top