79721532

Date: 2025-07-31 15:40:27
Score: 0.5
Natty:
Report link

The error has nothing to do with data being on another sheet. To populate a combobox like this, you need to use the following syntax:

ThisWorkbook.Sheets("Sheet1").DropDowns("Drop Down 1").ListFillRange = "Sheet2!$A$1:$A$4"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: TehDrunkSailor