How to open a file using VBA

J

Jorge Novoa

Hello Everyone!

I need to open a file (.PDF for example) within a form using VBA.

¿How to do it?


Thanx!
--

Jorge Novoa
F.A. Arias & Muñoz
El Salvador, C.A.
(e-mail address removed)
 
J

Jorge Novoa

GREAT!!!

Thanx a lot!

--

Jorge Novoa
F.A. Arias & Muñoz
El Salvador, C.A.
(e-mail address removed)


"Tony_VBACoder" <[email protected]> escribió en el mensaje
Try this:

Application.FollowHyperlink "C:\Temp\MyDocument.PDF"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top