Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Perhaps this is simplistic, but how about taking a cell is Excel, then
manually creating a hyperlink to the file, then have the VBA code run that hyperlink? -- TTFN JMMach "Cleber P. de Souza" wrote in message ... You can to test: TaskID = Shell("C:\Program Files\Adobe\Acrobat 5.0\Reader\readme.txt", 1) Cleber "Chris" escreveu na mensagem om... I'd like to open PDF and RTF files from Excel. I've tried some codes but don't work. Followings are my codes which DON'T WORK. Please give me some advice. For PDF: TaskID = Shell("C:\Program Files\Adobe\Acrobat 5.0\Reader readme.txt,1") For RTF: Dim wrdApp As Word.Application Dim wrdDoc As Word.Document Set wrdApp = New Word.Application Set wrdDoc = wrdApp.Documents.Open(FileName) I need to launch the application and the file. TKS! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
emailing files from excel, the files will not go until I open up . | New Users to Excel | |||
how do I toggle between 2 open excel files and leave both open | Excel Discussion (Misc queries) | |||
How to change default Open/Files of Type to "Microsoft Excel Files | Excel Discussion (Misc queries) | |||
I cant open files unless I open the Excel program first | Excel Discussion (Misc queries) | |||
Can not open excel files without open application | Excel Discussion (Misc queries) |