M
Michael J. Malinsky
This is a piece of code I use to populate a listbox with range A1:Z1:
ListBox4.List = Application.Transpose _
(.Range("A1:Z1").Value)
HTH
--
Michael J. Malinsky
Pittsburgh, PA
"I was gratified to be able to answer promptly,
and I did. I said I didn't know." -- Mark Twain
ListBox4.List = Application.Transpose _
(.Range("A1:Z1").Value)
HTH
--
Michael J. Malinsky
Pittsburgh, PA
"I was gratified to be able to answer promptly,
and I did. I said I didn't know." -- Mark Twain