Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Mark" schrieb im Newsbeitrag ... I am using Excel 97. Can someone please assist me with some code which gives me as a string the activeworkbook.name without the ".xls" at the end? Thanks -- Mark Hi Mark, try left(ActiveWorkbook.Name,len(ActiveWorkbook.Name)-4) cheers, Stephan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Filename extract from Filepath Text String | Excel Discussion (Misc queries) | |||
Nested String Filename Variable | Excel Worksheet Functions | |||
Macro to open most recent file with a particular filename string | Excel Discussion (Misc queries) | |||
substitute the filename in a cell reference with a string in another cell. | Excel Discussion (Misc queries) | |||
How to activate a file when the filename is represented by a string variable | Excel Programming |