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
restore from DB?
access list on core switch for restricted guest access
Outlook 2010 fails to login via POP3 to SBS2008 server
Outlook/Exchange Issue with Emails not showing
How to make simple PHP IF function for the following simple scenario ?
multiple timers
IPSec VPN to Watchguard XTM 505 behind Draytek 2820
Best routers for creating a VPN tunnel between two offices
Default alias in Exchange 2010
LDAP query help