View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] jeff.naifeh@gmail.com is offline
external usenet poster
 
Posts: 1
Default creating/manipulating form controls placed on a spreadsheet in excel using vba

Hi,
I need to create/access the objects that excel creates when you place a
control on a spreadsheet in excel using the form toolbar. I can't find
a reference to the controls in vba anywhere and the only control
references I have been able to find pertain strictly to "userform1" or
some other variant of a popup form. I need to be able to create a form
directly on the spreadsheet or at least be able to access the controls
I have manually created in excel.
cheers,
-JPN