Opening an Excel file attachment located in a Lotus Notes Database through VBA

后端 未结 1 1348
死守一世寂寞
死守一世寂寞 2021-01-23 10:53

I am trying to automate the opening of an excel file located in a jobs database within lotus notes. I have been able to open up a window in lotus notes using the url, but I can\

相关标签:
1条回答
  • 2021-01-23 11:27

    You'll need to use VBA to access Lotus Notes via COM. Then you can get at the NotesEmbeddedObject, save it using the ExtractFile method, and then launch that saved copy.

    An example of VBA using Notes COM API: http://www.vbafin.com/Lotus-Notes-VBA-code.php

    There's a document on IBM's site that will help you get started:

    How to use LotusScript classes with Visual Basic

    0 讨论(0)
提交回复
热议问题