View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark[_36_] Mark[_36_] is offline
external usenet poster
 
Posts: 39
Default GUI like the file chooser

Hi NG

Imagine this: You have n different versions of a table in a worksheet. To
ease the user experiance you want to make some sort of file-chooser like
gui, where you first select your sheet and then select some type of data
(tables, parameters...). If you choose tables, then you can use the mouse to
select one of the n different versions. The active cell is then set to be
right next to the table in question.

Like this:
Choose worksheet: User selects a worksheet
Choose data type : User selects a data type
Chose a version : User selects 1 or 2, or ... , n

Is there a nifty way to make a GUI that works like this an looks like a file
chooser?

Regards
Mark