View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MichaelR MichaelR is offline
external usenet poster
 
Posts: 38
Default Renaming sheets with part of original name

Hi,

I'm trying to write a macro that will import a sheet from a daily
computer-generated workbook into my excel file. The sheet that I want to
import has the same name as its workbook, which is a concatenation of a word,
the date that it was downloaded, and the time.

I would like to keep just the date. Is this possible and if so, how could I
write the code for it?

Thank you in advance for your time.