Hello.
I want to rename my worksheet with today's date preceded by the letters LB (space).
I've been tinkering with the syntax of this statement for a while and I can't get it to work.
ActiveSheet.Name = "=""LB ""&TEXT(TODAY(),""YYYY-MM-DD"")"
If I place the above formula in a cell it works just fine.
Any suggestions?
I want to rename my worksheet with today's date preceded by the letters LB (space).
I've been tinkering with the syntax of this statement for a while and I can't get it to work.
ActiveSheet.Name = "=""LB ""&TEXT(TODAY(),""YYYY-MM-DD"")"
If I place the above formula in a cell it works just fine.
Any suggestions?