Search results

  1. H

    Shell command without the application path

    I'm trying to open .pdf documents with VBA currently I am using the shell command as such: test = "APPLICATION PATH FOR ACROBAT 9, PDF FILE PATH) procID = shell(test, vbNormalFocus) which works fine, but if the path for acrobat changes or the version changes, which it will inevitably, the...
  2. H

    Paths to files

    I've written up a code to open pdf files when buttons are clicked on a forum but I'm having trouble with the paths. I have to burn the access file and all the pdf files to disc so that the disc can be handed round at the office when it's needed. My problem is that when writing the program I've...
  3. H

    Opening files with VBA

    Hi all, 1st post so I hope that I don't screw this up! I'm trying to get access to open a related pdf file when you click on a lable in a forum, but I can't seem to get it to locate the file correctly. So far I can get this to work, Private Sub Text0_Click() Dim acrobatApp As String...
  4. H

    Opening files with macros

    Hi all, 1st post so I hope that I don't screw this up! I'm trying to get access to open a related pdf file when you click on a lable in a forum, but I can't seem to get it to locate the file correctly. So far I can get this to work, Private Sub Text0_Click() Dim acrobatApp As String...
Back
Top Bottom