Slow tabstrip

S

Smurfette18

Hi,

I have a tabstrip with 6 tabs, and have added command buttons that
simply toggle back and forth through the tabs (e.g., "Previous Tab"
and "Next Tab"). The code for the "Next Tab" button is as follows:

UserForm1.TabStrip1.Value = UserForm1.TabStrip1.Value + 1

The code for the other button is similar. Each button works fine, but
the response time is slow. If you click a button three times
relatively quickly, it will only move one tab. If you click three
times slowly, it will move three tabs. Any ideas about how to speed
up the response time?

Thanks!
 

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

Top