actually, i need to do both..But first, i try it to add data to sheet 2 within same work book.. i try both
and also this way:VB Code:
Set objSheet = objBook.Sheets.Item("Sheet2")
both of this code not succesfull..VB Code:
Set objSheet = objBook.Sheets.Item(2)![]()




Reply With Quote