Adding a Timer Control

  • Thread starter Syed Zeeshan Haider
  • Start date
S

Syed Zeeshan Haider

Hello Experts,
I have Excel 97 Pro on Win98SE.

Is there any way to add a timer control to a VBA form like the one available
in VB6 (Standalone VB). If yes then where is it found?

Thank you,
 
M

Michel Pierron

Hi Syed Zeeshan Haider;

After extraction, to copy the file ietimer.ocx in the system folder.
To record this file with the Command line (System or System32 according to
your operating system):
C:\WINDOWS\system32\regsvr32.exe C:\WINDOWS\system32\ietimer.ocx/s
On the userform in creation mode, clicks right on the toolbox and to click
on "additional Controls".
Seek Timer object in the list and to notch the corresponding box.
Control ietimer becomes accessible for addition on the userform.

Please excuse me for my approximate English.
MP
 
S

Syed Zeeshan Haider

in message
After extraction, to copy the file ietimer.ocx in the system folder.
To record this file with the Command line (System or System32 according to
your operating system):
C:\WINDOWS\system32\regsvr32.exe C:\WINDOWS\system32\ietimer.ocx/s
On the userform in creation mode, clicks right on the toolbox and to click
on "additional Controls".
Seek Timer object in the list and to notch the corresponding box.
Control ietimer becomes accessible for addition on the userform.

Thanks for the information!
Please excuse me for my approximate English.

No problem! I also belong to a non-English background and learnt it in
school.

Thanks again!
 
S

Syed Zeeshan Haider

in message
After extraction, to copy the file ietimer.ocx in the system folder.
To record this file with the Command line (System or System32 according to
your operating system):
C:\WINDOWS\system32\regsvr32.exe C:\WINDOWS\system32\ietimer.ocx/s
On the userform in creation mode, clicks right on the toolbox and to click
on "additional Controls".
Seek Timer object in the list and to notch the corresponding box.
Control ietimer becomes accessible for addition on the userform.

Thanks for the information!
Please excuse me for my approximate English.

No problem! I also belong to a non-English background and learnt it in
school.

Thanks again!
 
Top