View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Getting file name from Worksheet or Workbook?

Activeworkbook.Name
--
If this post helps click Yes
---------------
Jacob Skaria


"Gustaf" wrote:

Wonder if it's possible to get the file name from either a Worksheet or Workbook object. Found the Workbook.Path property, but there's no corresponding File property.

Thanks,

Gustaf