cfaidherbe
XLDnaute Nouveau
bonjour,
alors j'ai un soucis: j'arrive à ouvrir un fichier word mais je n'arrive pas à trouver le code qui fonctionne pour aller à une page précise.
voli le code utlisé:ca bloque au niveau de la sélection...
'ouverture du fichier word
Shell pathname:="C:\Program Files\Microsoft Office\Office12\winword.exe e:\DESWARTE.doc", windowstyle:=1 >> ici ca tourne bien
>> ici ca coince....
'recherche de la page où je dois copier un tableau excel
Selection.GoTo What:=wdGoToPage, Which:=wdGoToNext, Name:="10"
Selection.Find.ClearFormatting
With Selection.Find
.Text = ""
.Replacement.Text = ""
.Forward = True
.Wrap = wdFindContinue
.Format = False
.MatchCase = False
.MatchWholeWord = False
.MatchWildcards = False
.MatchSoundsLike = False
.MatchAllWordForms = False
End With
un grand merci d'avance pour votre aide.
alors j'ai un soucis: j'arrive à ouvrir un fichier word mais je n'arrive pas à trouver le code qui fonctionne pour aller à une page précise.
voli le code utlisé:ca bloque au niveau de la sélection...
'ouverture du fichier word
Shell pathname:="C:\Program Files\Microsoft Office\Office12\winword.exe e:\DESWARTE.doc", windowstyle:=1 >> ici ca tourne bien
>> ici ca coince....
'recherche de la page où je dois copier un tableau excel
Selection.GoTo What:=wdGoToPage, Which:=wdGoToNext, Name:="10"
Selection.Find.ClearFormatting
With Selection.Find
.Text = ""
.Replacement.Text = ""
.Forward = True
.Wrap = wdFindContinue
.Format = False
.MatchCase = False
.MatchWholeWord = False
.MatchWildcards = False
.MatchSoundsLike = False
.MatchAllWordForms = False
End With
un grand merci d'avance pour votre aide.