Hi all,
First time here, so big hello to all Forum members. I need a code that will take a content of a specified cell (A1 for example) and place it in clipboard - content is not function, but is formatted in certain way, to be exact it's formatted as a date; that content should be next used for:
1. to rename active sheet in a manner:
"sheet name" + content - where "sheet name" is constant, while content is of course changeable (example, if I put date 01.01. in specified cell, sheet should be named "Created on 01.01.)
2. to rename file itself in the same manner, and to save it as such.
It will also help me if this code could be written with a slight variation - instead of taking content of a specified cell, date should be entered via input box and used in the same way as described above with addition that in this case first thing would be to enter the value from input box to a specified cell (ex. A1), and then for renaming sheet and file.
Please, write me both codes.
Much thanks!
First time here, so big hello to all Forum members. I need a code that will take a content of a specified cell (A1 for example) and place it in clipboard - content is not function, but is formatted in certain way, to be exact it's formatted as a date; that content should be next used for:
1. to rename active sheet in a manner:
"sheet name" + content - where "sheet name" is constant, while content is of course changeable (example, if I put date 01.01. in specified cell, sheet should be named "Created on 01.01.)
2. to rename file itself in the same manner, and to save it as such.
It will also help me if this code could be written with a slight variation - instead of taking content of a specified cell, date should be entered via input box and used in the same way as described above with addition that in this case first thing would be to enter the value from input box to a specified cell (ex. A1), and then for renaming sheet and file.
Please, write me both codes.
Much thanks!