D
Domagoj Vulin
I'm VBA newbie and trying to save .txt file from Excel. The problem is that
it saves it in root of current active drive (in my case it is E
How can I get the folder where workbook is saved, something like
Server.MapPath in ASP?
Second problem - is it possible to run exe application from excel?
The point is that i have old fortran application, so I want to save input
data from excel to txt file, execute fortran application which saves the
output into output txt file and then, at last open from Excel macro that
output file and parse it to spreadsheet.
it saves it in root of current active drive (in my case it is E
How can I get the folder where workbook is saved, something like
Server.MapPath in ASP?
Second problem - is it possible to run exe application from excel?
The point is that i have old fortran application, so I want to save input
data from excel to txt file, execute fortran application which saves the
output into output txt file and then, at last open from Excel macro that
output file and parse it to spreadsheet.