something like this:
EDIT: Next time, start your own thread and put a link to an older one...because this one had already been marked RESOLVED, fewer people will look at it.Code:Dim cols(0 To 3) As Long cols(0) = 50 'or whatever value big enough for your first (0th) column. Experiment cols(1) = 300 cols(2) = 100 cols(3) = 100




Reply With Quote