View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
William Francis[_2_] William Francis[_2_] is offline
external usenet poster
 
Posts: 10
Default Separating workbook name from extension

Hi guys,

Can anyone please let me know whether any code exists which separates a
workbook name from its extension (e.g. a spreadsheet named "test.xls" would
be separated into "test" and ".xls")?

Thanks in advance,
Will