I've got a very robust Excel 2010 application that reads from an Oracle 
database to build a multi-sheet document (utilizing different templates).
Currently there are 28,751 lines of VBA code to support this specific 
application.
The document retrieved from Oracle can have anywhere from 2 to 300 pages on 
separate worksheets.
 
With the larger documents, navigating to different tabs is cumbersome.
I've developed a userform that is posted "modeless" (so that it remains 
displayed) that allows the user to selectively display groups of sheets by 
production operation.
but in some cases, a single operation may STILL require 30 or more sheets.
 
Of the 2,800 documents, 60% of them have more than 12 sheets (which fits 
conveniently on a single screen).
 
I'm considering creating a userform that utilizes multiple tabstrips in 
order to display the worksheet names as multiple rows of sheet "tabs".
By selecting the tab, the specific sheet would be selected/activated.
 
It's going to have to be pretty dynamic, since the number tabstrips would 
depend on the number of sheets.
I'd also LIKE to be able to resize the userform and have the number of 
tabstrips change to accomodate the new userform size.
 
Has anyone had any experience with tabstrips or multipage strips?
 
I found one semi-usable example with a Google search, but it still feels 
like I'm starting from scratch.
 
any suggestions?
 
Paul

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.

Reply via email to