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.