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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top