![]() |
LISTBOX PROPERTIES
Is it possible to have a listbox populate using the activesheet range
a1:b100 Thanks in advance |
Try this:
With Worksheets(1) Set lb = .Shapes.AddFormControl(xlListBox, 100, 10, 100, 100) lb.ControlFormat.ListFillRange = "A1:B100" End With "browie" wrote: Is it possible to have a listbox populate using the activesheet range a1:b100 Thanks in advance |
All times are GMT +1. The time now is 11:17 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com