I'm trying to import an Excel file opened using this code:
Code:
'Crea oggetto Internet Explorer e Excel
Set IE = CreateObject("InternetExplorer.Application")
'Uploading Wedsite
IE.Navigate "http:Mywebsite.it"
While IE.Busy
DoEvents
Wend
IE.Visible = False
'User-ID & password
IE.Document.All("Operatore").Value =