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
Excel 2007 viewer error in Windows Server 2008 R2 terminal server (crash)
web forms: xForms or javascript forms: which one is the best?
Moved a Dolpin 7 website to a new server and I get an error message.
Windows 7 creates new profile on every login
SBS Domain Question
Virus and/or Malware redirecting my links
Xquery assign datetime variable
Jmagick how to resample when changing DPI
importing mdb into sql server 2008 with vb6
Word 2003 - working with tables, rows, and cells