View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] moonhkt@gmail.com is offline
external usenet poster
 
Posts: 1
Default How to get Properties Generate tab Location value

Hi Reader
How to get Properties Generate tab "Location" value ?
What location is file saved directory.

Below coding just return file name only.
Sub FileName()
Dim xname As String
xname = Application.ActiveWorkbook.Name

xname = Application.InputBox("File Information", "Detail", xname)

End Sub


moonhk