Hi
Can anyone tell me why this doesnt work?
I get a message saying object has disconnected withits clients!
Thanks
Can anyone tell me why this doesnt work?
Code:
Selection.EntireRow.Copy
'Set workbook and open workbook in directory
Set wkBook = Workbooks.Open(sTemplatePath & sTemplateFileName, UpdateLinks:=0)
Set wsSheet = wkBook.Sheets(1)
wsSheet.Rows("16:16").Select
Selection.Insert Shift:=xlDown
I get a message saying object has disconnected withits clients!
Thanks