M mark kubicki Jun 21, 2004 #1 what's the functuion to return the name of a workbook (as a string value) ? ... workbook.name thanks, mark
what's the functuion to return the name of a workbook (as a string value) ? ... workbook.name thanks, mark
T Tom Ogilvy Jun 21, 2004 #2 ActiveWorkbook.Name ActiveWorkbook.FullName (to have path and name) also Thisworkbook, Workbooks(1) or anything that returns a reference to a workbook.
ActiveWorkbook.Name ActiveWorkbook.FullName (to have path and name) also Thisworkbook, Workbooks(1) or anything that returns a reference to a workbook.