Llamar a PowerPoint
Hace tiempo me pasaste el siguiente script para llamar a un archivo de word:
On mouseUp me
pathDOC = baFindApp( "doc" )
if pathDOC<>"" then
open the moviePath&"ppt/tyt_negocios.doc" with pathDOC
else
alert "No está instalado Word"
end if
end
Quisiera ahora llamar a un documento de PowerPoint en lugar de Word. ¿Cómo puedo hacer?
Intente sustituyendo simplemnente el nombre del archivo por el archivo de PowerPoint, y no funciono. Luego cambiando del script las letras DOC por PPT, pero tampoco funciono. ¿Qué puedo hacer?
Mi archivo se llama "tyt_negocios.pps" y se encuentra en la carpeta "ppt".
On mouseUp me
pathDOC = baFindApp( "doc" )
if pathDOC<>"" then
open the moviePath&"ppt/tyt_negocios.doc" with pathDOC
else
alert "No está instalado Word"
end if
end
Quisiera ahora llamar a un documento de PowerPoint en lugar de Word. ¿Cómo puedo hacer?
Intente sustituyendo simplemnente el nombre del archivo por el archivo de PowerPoint, y no funciono. Luego cambiando del script las letras DOC por PPT, pero tampoco funciono. ¿Qué puedo hacer?
Mi archivo se llama "tyt_negocios.pps" y se encuentra en la carpeta "ppt".
1 respuesta
Respuesta de baronclo
1