call shell function

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how does access2003 know where to find the "Excel " program from in the code
below ?

If Me.List23 = "Project8" Then
' Excel Application on Project 8
Call Shell("Excel ""C:\Program Files\Croftonite Systems\Intime
Export\ExcelData\Project8.xls""", 1)
End If
 
Back
Top