Recent content by Gerthe

  1. G

    How to open PDF-documents from VB code?

    Good point!, actually, there is alwasy work in order to generalize the code. Now hard-code was a good start, but you are right, lets try the suggested method. Specially true when intenting to open all kind of documents.
  2. G

    How to open PDF-documents from VB code?

    Thanks "The Maliman" & Ken, I just skipped the '+' , and no error messages (I tried the PDF). Have a nice day, Gert
  3. G

    How to open PDF-documents from VB code?

    Well well, this works! I tested many times, one example here: Shell "C:\Program Files\Adobe\Acrobat 7.0\Reader\Acrord32.exe + C:\Mail\Salesmat.pdf", vbNormalFocus (all in one line) The only problem is that Acrobat shows before opening the pdf an error message: "There was an error opening this...
  4. G

    How to open PDF-documents from VB code?

    ok, I'll google...
  5. G

    Help hypetertext protocol problems

    Hi Tom, I tried, but no change... The problem seems to be related to javascrit and hhobj. Also I looked at the source of the help pages. Here is one part ref to the upperpart of the page: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type"...
  6. 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...
  7. G

    Help hypetertext protocol problems

    Thanks Tom, I tried, but it does not help. Thats why I fear some Win XP missing dll or similar. It used to work, so I must intent perhsaps install/repair Windows ...lets see. Regards, Gert
  8. 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