View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jarle Jarle is offline
external usenet poster
 
Posts: 32
Default Open document .xls/.pdf/.dwg/ and others

A have a filename

f_name ="C:\folder1\folder2\testfile.xxx"

where xxx can be various fileformats. It can be office and non office
documents.

How can I open f_name directly from my VBA code?

rgds
Jarle