VBA, classeur actif pb de destination
Fermé
gopo
Messages postés
65
Date d'inscription
vendredi 19 septembre 2008
Statut
Membre
Dernière intervention
23 décembre 2008
-
24 sept. 2008 à 10:00
gopo Messages postés 65 Date d'inscription vendredi 19 septembre 2008 Statut Membre Dernière intervention 23 décembre 2008 - 24 sept. 2008 à 11:09
gopo Messages postés 65 Date d'inscription vendredi 19 septembre 2008 Statut Membre Dernière intervention 23 décembre 2008 - 24 sept. 2008 à 11:09
A voir également:
- VBA, classeur actif pb de destination
- L'indice n'appartient pas à la sélection vba - Forum VB / VBA
- Impossible de joindre l'hôte de destination - Forum Réseau
- Pourquoi je ne vois plus actif il y a ✓ - Forum Facebook Messenger
- Incompatibilité de type vba ✓ - Forum Programmation
- Actif le .. n apparait plus ✓ - Forum Facebook Messenger
2 réponses
Private Sub CommandButton1_Click()
Dim Variable1 As String
ActiveWorkbook.Sheets("Feuil1").Select
Variable1 = ActiveSheet.Cells(1, 1).Value
Workbooks.Open ActiveWorkbook.Path & "\teste1.xls"
ActiveWorkbook.Sheets("Feuil2").Cells(12, 1).Value = Variable1
ActiveWorkbook.Sheets("Feuil2").Select
End Sub
Dim Variable1 As String
ActiveWorkbook.Sheets("Feuil1").Select
Variable1 = ActiveSheet.Cells(1, 1).Value
Workbooks.Open ActiveWorkbook.Path & "\teste1.xls"
ActiveWorkbook.Sheets("Feuil2").Cells(12, 1).Value = Variable1
ActiveWorkbook.Sheets("Feuil2").Select
End Sub
gopo
Messages postés
65
Date d'inscription
vendredi 19 septembre 2008
Statut
Membre
Dernière intervention
23 décembre 2008
2
24 sept. 2008 à 11:09
24 sept. 2008 à 11:09
niquel, jte remercie profondement.. !
24 sept. 2008 à 10:44