how to open excel

S

sergio.stecca

I can find everything but how to open excel

There are many ways, but a simple one is to include the following
commands into an event, i,e. by Clic of o Button or control

Dim stAppName As String
stAppName = "C:\Archivos de programa\Microsoft Office
\OFFICE11\EXCEL.EXE C:\ASTECCA\PersTool\PersTool.xls"
Call Shell(stAppName, 1)

[C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE] is the file
that opens the EXCEL, it could change according the WINDOWS you have
in your compuier

[C:\ASTECCA\PersTool\PersTool.xls] is the path and name of the file it
will open

Regards
 
B

Beetle

This forum is dedicated to MS Access, the relational database that is part
of the office suite.

If you are trying to open an instance of Excel from within Access, then you
have
posted in the correct place, but your question is not nearly specific enough
for anyone to give you a detailed answer.

If you are not trying to open Excel from within Access, then you should repost
your question in an Excel group. You will still need to be more specific in
order to get a useful answer.
 
Top