Hi, I have a problem with this code, when open a file excel show an
error runtime 1004 on add method, Why ?
Thanks for help
private sub aprifile()
Set EExcel = CreateObject("Excel.Application")
Set EWorkbook = EExcel.Workbooks
'Apre File Excel Template
Call EWorkbook.Add("p:\pubblica\procedure\modulistica\rilevazione
personale.xlt")
EExcel.Visible = True
end sub
Bookmarks