S
Steph
Function FName()
FName = ActiveWorkbook.Name
End Function
This returns the filename.xls. Can I add a left function to this to remove
the .xls? I can do it within a cell, but not sure how to edit the function
to do it. Thanks!
FName = ActiveWorkbook.Name
End Function
This returns the filename.xls. Can I add a left function to this to remove
the .xls? I can do it within a cell, but not sure how to edit the function
to do it. Thanks!