W
Wendy
Hi,
I need to return the first set of characters before an underscore in a
filename. slightly disappointed as I can't do this:
FName = Chr$(34) & Left(ActiveWorkbook.Name, Search(Chr$(95),
ActiveWorkbook.Name)) & Chr$(34)
How else can I do it, apart from using another workbook cells to return the
activeworkbookName and then using the len and search function....this is part
of a loop of many workbooks.
Many thanks
Wendy
I need to return the first set of characters before an underscore in a
filename. slightly disappointed as I can't do this:
FName = Chr$(34) & Left(ActiveWorkbook.Name, Search(Chr$(95),
ActiveWorkbook.Name)) & Chr$(34)
How else can I do it, apart from using another workbook cells to return the
activeworkbookName and then using the len and search function....this is part
of a loop of many workbooks.
Many thanks
Wendy