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!
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!