Thread
:
add to a dynamic list
View Single Post
#
5
Posted to microsoft.public.excel.programming
GS
external usenet poster
Posts: 364
add to a dynamic list
Assuming cboDealer is a ComboBox control, try
ws.Cells(iRow, 2).Value = Me.cboDealer.Value
Regards,
GS
Reply With Quote
GS
View Public Profile
Find all posts by GS