Hi all,
I'm writing a DTS activeX with VBscript and
would like to access a data in in an excel sheet
on the first row, while using
DTSDestination("columnA") = DTSSource("columnB")
will assign "columnB" in "columnA" for each row,
how do I do this for specific row source column
(for example assigning "columnB" row 1, into "columnA")
Best,
Ahron
I'm writing a DTS activeX with VBscript and
would like to access a data in in an excel sheet
on the first row, while using
DTSDestination("columnA") = DTSSource("columnB")
will assign "columnB" in "columnA" for each row,
how do I do this for specific row source column
(for example assigning "columnB" row 1, into "columnA")
Best,
Ahron