Microsoft
Software
Hardware
Network
Question : Don't Delete the SheetTab just Rename it.
I am using this line to delete a sheet, but I do not want to delete it now. I just want to rename it to: YourFeedLibrary2
How would I rewrite this line to just rename it?
Please advise and thanks. -R-
1:
wbkDest.Sheets("YourFeedLibrary").Delete
Answer : Don't Delete the SheetTab just Rename it.
Just use the Name property:
wbkDest.Sheets("Y
ourFeedLib
rary").Nam
e = "New Name"
Random Solutions
desktop deals - back to school special
PPTP VPN via Windows 2008 R2
Setting up my first database driven web site
I am having issues with IIS and SQL Reporting services.
Backup Exec 12 - Catalog issue
Repeated Windows Update
making first word bold
Rogue disc drive in server 2008 cluster
How to configure Stuck In active in GNS3
how to search a clob field in Oracle database