Opening PDF file using lotus script

Dear All …

I want to open a PDF file using lotus script …

just like we open as excel file as using

Set ExcelApp = CreateObject(“Excel.Application”)

Set ExcelWorkbook = ExcelApp.Workbooks.Open(fileName)

m stuck up with how to use the same way or any other…

if anybody knows pls help.

Subject: Opening PDF file using lotus script

  • You should be able to use the Shell command with a path to the PDF and it will launch it using the OS default application.- Hope this helps…