Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SysCmd(acSysCmdInitMeter) in Excel?

Status
Not open for further replies.

zollo9999

Programmer
May 12, 2002
95
0
0
AU
Hi

In Access, I've used the SysCmd object to create a Progress meter in the status line.

Is it possible to do the same thing in Excel?

The code below is not recognized in XL.

'varReturn = syscmd(acsyscmdinitmeter, "Progress", intRowEnd - intRowStart)


In my XL code, I added a reference to the access library, but it didn't help.

thanks
pb




Zollo9999 A+
(Very Part-Time Programmer)
[thumbsup]
 
Thanks
thats an excellent solution.
I'll give it a go next week.

Zollo9999 A+
(Very Part-Time Programmer)
[thumbsup]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top