Thread
:
Userform for displaying values from a row
View Single Post
#
10
Posted to microsoft.public.excel.programming
Die_Another_Day
external usenet poster
Posts: 644
Userform for displaying values from a row
Oops Cells(ComboBox1.ListIndex,234etc) should read:
Cells(CombBox1.ListIndex,2).VALUE
Try That
Die_Another_Day
Reply With Quote
Die_Another_Day
View Public Profile
Find all posts by Die_Another_Day