Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ok, so I'm real new to programming in Excel (VB) (new = Wednesday
But, I'm trying to write code that will display one of 4 charts in Excel depending on a user selection. A scroll-bar type thing with 4 options that I could slide a bar between seems to be the most logical, but I'm guessing Excel can't do slide-bars. I have the code for the visibility of the charts, that was trivial -- but how do I go about implementing a selection? If a slide-bar is not viable, how can I write something so that a user can input a value and the appropriate chart is immediately displayed? I've programmed in other languages, but this is my first encounter with Excel/VB interaction. So, I don't know how to make a macro automatically run or anything like that Thanks so much for your patience/help WintonCW |