Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 11-25-2016, 06:48 AM
NoSparks NoSparks is offline Setting a Worksheet Name as a Variable Help Windows 7 64bit Setting a Worksheet Name as a Variable Help Office 2010 64bit
Excel Hobbyist
 
Join Date: Nov 2013
Location: British Columbia, Canada
Posts: 842
NoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of light
Default

Use the VBA code name of the sheet so you will always be dealing with the same sheet no matter what the current tab name is.
Code:
Dim DestSh As String

DestSh = "The_New_Name"

With Sheet1     '<~~~~ the sheet's code name
    .UsedRange.ClearContents
    .Name = DestSh
End With
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Run Time Error '91': Object variable or With block variable not set using Catalogue Mailmerge Berryblue Mail Merge 1 11-13-2014 05:36 PM
Setting a Worksheet Name as a Variable Help Run-time error 91 object variable or with block variable not set JUST ME Word VBA 4 03-25-2014 06:56 AM
Setting a Worksheet Name as a Variable Help object variable or with block variable not set MJP143 Excel 1 02-11-2013 05:07 AM
Variable to rename a tab in a worksheet via VBA Chayes Excel Programming 5 08-07-2012 02:03 AM
Setting a Worksheet Name as a Variable Help Run-time error '91': Object variable or With block variable not set tinfanide Excel Programming 2 06-10-2012 10:17 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 01:02 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft