I'm hoping someone can help me. I've looked through the threads and could not find what I need. I'm trying to rename the VBAProject Worksheet object. I can manually do this through VBA Editor (view, Properties, and in the name change it there). I'm hoping there is a way to do it through VBA.
Example:
Microsoft Excel Objects
Sheet1(Sheet1)
Sheet2(Sheet2)
would like to to rename to
Microsoft Excel Objects
test(Sheet1)
Sheet2(Sheet2)
Thanks for your help in advance
Example:
Microsoft Excel Objects
Sheet1(Sheet1)
Sheet2(Sheet2)
would like to to rename to
Microsoft Excel Objects
test(Sheet1)
Sheet2(Sheet2)
Thanks for your help in advance