loloslikes
Programmer
I have been trying to open a pdf file by clicking on a command button I created in a dialog box. I am starting to think that I am just barking up the wrong tree.
this is what I have done:
-this code is put into the cmd button's click event procedure
Dim myFile as String, getMyFile as Object
myFile = "location of file on computer.pdf"
getMyFile.OpenFile myFile
What am I doing wrong???
this is what I have done:
-this code is put into the cmd button's click event procedure
Dim myFile as String, getMyFile as Object
myFile = "location of file on computer.pdf"
getMyFile.OpenFile myFile
What am I doing wrong???