Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel and VFP
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
CodeMine
Titre:
Excel and VFP
Divers
Thread ID:
00923554
Message ID:
00923554
Vues:
82
I have a macro in Excel that does the following:

Application.Run "page1sym.xls!SaveIt"
Dim ProcessID As Long
Dim file2run As String
file2run = ("c:\pag_base\name.exe") &&& this is a vfp program
ProcessID = Shell(file2run, 1)

The problem is that each time Excel runs this macro, VFP briefly present a
window when it starts name.exe. This is irritating. Is there a way to prevent
this window from displaying each time the name.exe runs.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform