Good morning, I am looking for a way to change the sheet name to include the date. I can get VB to rename the worksheet with the date or with the content but I can't make it do both.
for example: I have a sheet name TN_CUSTCARE. I can't seem to find a way to change the name to TN_CUSTCARE 010118 (or any date format)
I can get one or the other but not both. I have departments in four states that we track and I want to consolidate two years worth of data into one file. I could manually change them all but going forward we will be adding 2018 and beyond. I've got everything else working by VB including the importing of the files and the separation of the data but I cant get the code right to name the worksheet with both the name and date. Any help would be greatly appreciate. Thanks
for example: I have a sheet name TN_CUSTCARE. I can't seem to find a way to change the name to TN_CUSTCARE 010118 (or any date format)
I can get one or the other but not both. I have departments in four states that we track and I want to consolidate two years worth of data into one file. I could manually change them all but going forward we will be adding 2018 and beyond. I've got everything else working by VB including the importing of the files and the separation of the data but I cant get the code right to name the worksheet with both the name and date. Any help would be greatly appreciate. Thanks