Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
i have a requirement. i have five buttons on a sheet, and when user clicks on a button, a form with a listbox will be displayed. the listbox will be poppulated with the data based on which button user has selected. i mean, each button click event will generate a unique array, and all the member of array will be added to the listbox in the form. i can create five different form to do that. but i want to know that, can i use the same form to perform this operation for all five buttons? Thanks, King. |