View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
Die_Another_Day Die_Another_Day is offline
external usenet poster
 
Posts: 644
Default Userform for displaying values from a row

Oops Cells(ComboBox1.ListIndex,234etc) should read:

Cells(CombBox1.ListIndex,2).VALUE

Try That

Die_Another_Day