I used the wizard to import data from a text file and set the External Data Range Properties for saving the query, prompting for file name on refresh, and filling down formulas, etc. Is there some way of capturing the name of the file last imported as the source of the current data for displaying in a cell on the sheet? I use a button macro containing Range("B4").Select, Selection.QueryTable.refresh BackgroundQuery:=False to import the data. Thanks. --Bernie