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
Export Data to XML File from SQL Database
How do i apply formatting to all hyperlinks in Word 2007?
Need help resolving a issue with the home folder not being mapped to client from 2003 DC
Javascript to Silverlight (VB)
Default alias in Exchange 2010
IPSec VPN to Watchguard XTM 505 behind Draytek 2820
multiple timers
How to make simple PHP IF function for the following simple scenario ?
Outlook/Exchange Issue with Emails not showing
SBS 2003 Premium. Windows 7 client and Microsoft Shared Fax - Do they work together?