Search results

  1. G

    How to open PDF-documents from VB code?

    Hi all, From my code, I can manage opening Microsoft documents: After declaring variables etc it goes somehow like this (example with Word): Set appWord = New Word.Application Set docWord = appWord.Documents.Open(strFile, , False) appWord.Visible = True (where strFile is the full...
  2. G

    Help hypetertext protocol problems

    Hi!, I have some problems with opening the "Related Topics" or other hypertext links in VBA help. See attachment for message that appears. Any idea of how to deal with this problem? Som .dll misssing or what? Thanks to all, Gert
Back
Top Bottom