Thread: userform
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
jim apostolidis jim apostolidis is offline
external usenet poster
 
Posts: 2
Default userform

i want to get a value from a compobox in a user form and i dont know how to
do this .My data is :
Dim LastRow As Object
Set LastRow = Sheet1.Range("a65536").End(xlUp)

LastRow.Offset(1, 0).Value = TextBox1.Text
i take the value from a textbox but not from a compobox or
listbox.
Anyone to help??? Thanks anyway...