03Explorer
Technical User
We have spreadsheets that are check lists. Each tab name is the name of a form being tested. I would like to copy the first tab and replace the sheet name. A particular cell or multiple cells read the sheet name and append to additional text in a cell.
Example: Sheet1Name = "Deviation Form"
Sheet1.Row2.column2 = '="Validation for form named: '" & sheetName & "'"
output for row2.column2 = Validation for form needed: 'Deviation Form'
I did find something some vba code some time ago, but I can't find my notes or the source.
It is to make our validation process a little smoother when we do up to 20 forms and have to go into each cell and enter the new sheetname along with renaming the sheet as well.
Thanx
Example: Sheet1Name = "Deviation Form"
Sheet1.Row2.column2 = '="Validation for form named: '" & sheetName & "'"
output for row2.column2 = Validation for form needed: 'Deviation Form'
I did find something some vba code some time ago, but I can't find my notes or the source.
It is to make our validation process a little smoother when we do up to 20 forms and have to go into each cell and enter the new sheetname along with renaming the sheet as well.
Thanx