bonjour,
je souhaiterai supprimer un fichier excel hebergé dans un sharepoint via une macro excel.
pour l'instant ma macro est :
Sub suppression_tempo_tiede()
lien = "http://shp.itn/sites/sbn\genergy"
Set IE = CreateObject("InternetExplorer.Application")
With IE
.Navigate lien
.Visible = True
End With
' a ce niveau j'atteind bien le site sharepoint mais la suite ne fonctionne pas
Set f = tempo tiede.xls
f.Delete
End Sub
merci pour votre aide
cdlt
philippe
je souhaiterai supprimer un fichier excel hebergé dans un sharepoint via une macro excel.
pour l'instant ma macro est :
Sub suppression_tempo_tiede()
lien = "http://shp.itn/sites/sbn\genergy"
Set IE = CreateObject("InternetExplorer.Application")
With IE
.Navigate lien
.Visible = True
End With
' a ce niveau j'atteind bien le site sharepoint mais la suite ne fonctionne pas
Set f = tempo tiede.xls
f.Delete
End Sub
merci pour votre aide
cdlt
philippe