Appel application Calculatrice Windows

Bonjour ,

est -il possible en VBA par un bouton d'ouvrir l'application Calculatrice (Windows) ?

Merci

Salut,

avec la commande shell

Private Sub CommandButton1_Click()
    Shell "C:\Windows\System32\calc.exe"
End Sub

@+

Bonjour,

J'ai essayé mais excel ne trouve pas.

Une question ? Pourquoi une calculatrice dans excel alors que ce programme effectue toutes les opérations.

Amicalement

Papy Pierrot

Bonjour, Salut à tous,

Essaye comme ça :

Call Shell("C:\Windows\System32\calc.exe")

Bonjour,

C'est génial, Raja, ça fonctionne très bien, je viens de mettre ce code dans mes macros personnelles.

Amicalement, un grand merci

Papy Pierrot

Merci

Rechercher des sujets similaires à "appel application calculatrice windows"