View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dean[_8_] Dean[_8_] is offline
external usenet poster
 
Posts: 407
Default User Form Change

I have a user form I have inherited that I am trying to modify. Currently, it has 5 columns of ten buttons each. I guess each button is called a Project Button, eg Project Button 1 thru 50 and each says Option Button beside the Project Button name. I want to add another column of ten of these, but do not see in any of the parameters how it knows that there are 5 * 10 = 50 total now, so I don't know what to modify. Can anyone help?

Thanks!
Dean