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