IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Macros et VBA Excel Discussion :

rapatriement excel vers fichier word


Sujet :

Macros et VBA Excel

  1. #1
    Candidat au Club
    Homme Profil pro
    Inscrit en
    Juin 2012
    Messages
    3
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Juin 2012
    Messages : 3
    Points : 4
    Points
    4
    Par défaut rapatriement excel vers fichier word
    Bonjour a tous
    J’aimerai d’une fiche excel rapatrier les information dans un formulaire

    Les information a rapatrier : ( fichier fiche agent.xls)

    Nom situé en B21
    Prenom situé en B22
    Matricule situé en B19
    Restriction1 situé en F51
    Restriction 2 situé en F53
    Restriction 3 situé en F54


    Sur ma fiche Excel j’aimerai crée un bouton qui m’ouvre mon formulaire avec les information rentré au bonne endroit.

    un code test (je sais pas du tout si il est bon)
    sa me met l'erreur suivante "type defini par lutilisateur non defini"


    Code: Tout sélectionner
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    Private Sub CommandButton4_Click()
    Dim NDF As String, NDF2 As String
    Dim WordApp As Word.Application
    Dim WordDoc As Word.Document
     
        NDF = ActiveWorkbook.Path & "C:\Documents and Settings\rm715079\Bureau\Inaptitude\formulaire3.dot"
        NDF2 = ActiveWorkbook.Path & "C:\Documents and Settings\rm715079\Bureau" & Sheets("fiche agent").Range("B19").Text & ".doc"
     
        On Error Resume Next
        Set WordApp = CreateObject("Word.Application")
        Set WordDoc = WordApp.Documents.Open(NDF, ReadOnly:=False)
     
        With WordApp
            .Visible = False
            .Selection.Goto What:=wdGoToBookmark, Name:="nom"
            .Selection.TypeText Text:=Sheets("fiche agent").Range("B21").Value
            .Selection.Goto What:=wdGoToBookmark, Name:="prenom"
            .Selection.TypeText Text:=Sheets("fiche agent").Range("B22").Value
            .Selection.Goto What:=wdGoToBookmark, Name:="matricule"
            .Selection.TypeText Text:=Sheets("fiche agent").Range("B19").Value
            .Selection.Goto What:=wdGoToBookmark, Name:="prenom"
            .Selection.TypeText Text:=Sheets("fiche agent").Range("B22").Value
            .Selection.Goto What:=wdGoToBookmark, Name:="restriction1"
            .Selection.TypeText Text:=Sheets("fiche agent").Range("F51").Value
            .Selection.Goto What:=wdGoToBookmark, Name:="restriction2"
            .Selection.TypeText Text:=Sheets("fiche agent").Range("F53").Value
            .Selection.Goto What:=wdGoToBookmark, Name:="restriction3"
            .Selection.TypeText Text:=Sheets("fiche agent").Range("F55").Value
        End With
     
        WordDoc.Application.ActiveDocument.SaveAs NDF2
        WordApp.Application.Quit
        Set WordDoc = Nothing
        Set WordApp = Nothing
     
    End Sub

    merci .
    Fichiers attachés Fichiers attachés

  2. #2
    Expert éminent sénior
    Avatar de kiki29
    Homme Profil pro
    ex Observeur CGG / Analyste prog.
    Inscrit en
    Juin 2006
    Messages
    6 132
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Finistère (Bretagne)

    Informations professionnelles :
    Activité : ex Observeur CGG / Analyste prog.

    Informations forums :
    Inscription : Juin 2006
    Messages : 6 132
    Points : 11 272
    Points
    11 272
    Par défaut
    Salut, voir dans la FAQ

Discussions similaires

  1. exporter données access vers fichier word pour impression
    Par Nicolas33 dans le forum Windows Forms
    Réponses: 5
    Dernier message: 28/10/2015, 15h44
  2. [Automation]Transfert Etat graphique ver fichier Word/excel
    Par mbokmahop dans le forum VBA Access
    Réponses: 2
    Dernier message: 16/04/2007, 12h46
  3. Réponses: 13
    Dernier message: 29/03/2007, 12h30
  4. [VBA-E] Export de Excel vers fichier texte
    Par lipaika dans le forum Macros et VBA Excel
    Réponses: 2
    Dernier message: 13/01/2007, 10h57

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo