Using VBA to control Custom Lists - Excel Off The Grid

PHOTO EMBED

Sat Sep 07 2024 03:52:51 GMT+0000 (Coordinated Universal Time)

Saved by @acassell

'Add a new Custom List
Application.AddCustomList ListArray:=Array("Element1", "Element2", "Element3")

'Add a new Custom List from range of cells
Application.AddCustomList ListArray:=Range("Sheet1!A1:A3")
content_copyCOPY

https://exceloffthegrid.com/vba-for-customlists-autofill-lists/