Hello
I am wondering if there is a clever way to automatically make a table's name the same as whatever the name of the sheet is on which it resides.
Basically I want to create a table on a sheet named S01W01, then ctrl+copy that sheet and name the new, copied sheet S01W02, and have the table on the first sheet be named "S01W01" and the table on the second named "S01W02" (for dynamic dashboard purposes). I could use VBA to accomplish this (maybe on a sheet-copy event or something?), but I plan on handing this file off to people who are not familiar with VBA and would prefer they be able to copy sheets at will and have everything work.
Can this happen? I am using Excel 2010.
Thank you!
I am wondering if there is a clever way to automatically make a table's name the same as whatever the name of the sheet is on which it resides.
Basically I want to create a table on a sheet named S01W01, then ctrl+copy that sheet and name the new, copied sheet S01W02, and have the table on the first sheet be named "S01W01" and the table on the second named "S01W02" (for dynamic dashboard purposes). I could use VBA to accomplish this (maybe on a sheet-copy event or something?), but I plan on handing this file off to people who are not familiar with VBA and would prefer they be able to copy sheets at will and have everything work.
Can this happen? I am using Excel 2010.
Thank you!