Hi all, I am trying to use a DTS package to move a worksheet to the first of my workbook. I can do this in VB with no problem, but DTS doesn't like this command.
objExcelMaster.Worksheets.
Item(sdate
).Move Before:=objExcelMaster.Wor
ksheets.It
em(1)
Can someone tell me the equivalent to this in DTS???
thanks,
Randy
Start Free Trial