Filling a Combo Box's Value List?

D

Dan

How do I fill a combo box's value list from VBA so that each row has 3
columns? I can't figure out the column delimiter.

TIA,
Dan
 
G

Gerald Stanley

, is the colun delimiter and ; is the row delimiter

Hope This Helps
Gerald Stanley MCSD
 
Top