View Single Post
 
Old 09-09-2018, 04:11 PM
Guessed's Avatar
Guessed Guessed is offline Windows 10 Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,176
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

Do you have another Sub or Function called xlFillList ? That appears to be missing in the code you posted.

If you don't have that macro, you could try a more direct method, assuming the userform is contained in the workbook where the data is sitting.

Me.CaliberComboBox.RowSource="Sheet1!A110"
or
Me.CaliberComboBox.RowSource="Caliber"
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote