Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Tabstrip and Treeview | Excel Programming | |||
Tabstrip | Excel Programming | |||
tabstrip name format | Excel Programming | |||
Tabstrip related | Excel Programming | |||
Tabstrip control | Excel Programming |