Thread: please help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
King[_5_] King[_5_] is offline
external usenet poster
 
Posts: 9
Default please help

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.