View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Hotbird Hotbird is offline
external usenet poster
 
Posts: 18
Default Command Buttons on XL User Forms

Have been happily adding control buttons to spreadsheets for a month or two,
but my code is very repetitive - in fact almost the same for each button
that I use. Is there a way to simplify the code by using button arrays on
XL Forms, as can be done with Visual Basic?

Second question. Is there a good place to find sample spreadsheets
illustrating the use of XL Forms?