Dim Listbox1.CellTag

Hello
Is there a way fo Defining (Dim) method of a control e.g. Dim Listbox1.CellTag As ???

Thank you

no
celltags use VARIANTS which can hold pretty much anything so you can just assign to it and not worry

Many thanks!