View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dgfrank99 Dgfrank99 is offline
external usenet poster
 
Posts: 2
Default View a non-Excel file whose name is in a cell

I'm fairly new to VBA, and have been through the existing threads. Good
info, but:

I'm still trying to determine how I can get a non-Excel filename (PDF,
actually) to display in a separate window using the default reader for that
filetype where the active cell contains the filename. I have the full
pathname in the active cell.

Thanks for any help you can throw my way.