D
Daminc
Within my code I've got:
Code:
--------------------
ActiveWorkbook.SaveAs Filename:="P:\VBA training\Excel templates for Network stats\" & wrkbkname
--------------------
which saves all right however, in my next line, I wish to open up the
folder in which the workbook was saved but I can't seem to find a way
to do this.
Later on I plan to have the file path as a variable but at the moment
I'm working with just this one.
Cheers
Code:
--------------------
ActiveWorkbook.SaveAs Filename:="P:\VBA training\Excel templates for Network stats\" & wrkbkname
--------------------
which saves all right however, in my next line, I wish to open up the
folder in which the workbook was saved but I can't seem to find a way
to do this.
Later on I plan to have the file path as a variable but at the moment
I'm working with just this one.
Cheers