View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LC[_5_] LC[_5_] is offline
external usenet poster
 
Posts: 4
Default Active File name

Hi,

On my current opened file, I would like to get the
filename in VBA. Something similar to this that gets the
active sheet name.

sheetname = Activesheet.Name

Thanks,
LC