I have a slight problem where I want to find out the value of array (110, 120, 130, 310 etc.) and all I seem to be able to get is the sequential
I tried declaring byval and that doesn't seem to work.
Once again, must be so simple ...
Thanks to anyone for any suggestions.
Mike
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
DCLINKS = Array(110, 120, 130, 310, 340, 350, 360, 380, 410, 430, 520, 530, 540, 610, 620, 630)
For DCLINKS = 1 To 16
DClink = DCLINKS
(routine) .......
Next DCLINKS
I tried declaring byval and that doesn't seem to work.
Once again, must be so simple ...
Thanks to anyone for any suggestions.
Mike
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
DCLINKS = Array(110, 120, 130, 310, 340, 350, 360, 380, 410, 430, 520, 530, 540, 610, 620, 630)
For DCLINKS = 1 To 16
DClink = DCLINKS
(routine) .......
Next DCLINKS