How do you recover a parameter?

D

Dave

Hello,

I would like to execute an excel file, for example, with a file name
file.xls zz.txt
And afterwards, in that file, I would like to recover the name zz.txt.
Could you please help me?

Thanks.
 
E

Earl Kiosterud

Dave,

I'm not sure what you mean by "execute" the Excel file, or "recover the name." It sounds as
though you want to make a txt file from the xls file. If so, you'll need to open it in
Excel, then do File - Save As, with the file type set to txt.
 
D

Dave

no no no
I want that
file.xls zz.txt
and I want keep the name zz.txt in my file.xls with vba do you understand ?
 
Top