View Single Post
 
Old 10-25-2015, 09:02 AM
NoSparks NoSparks is offline Windows 7 64bit 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

You don't say what the problem is but probably Sheet1 and Sheets("Sheet4") being the same sheet could have something to do with it.

In the VBA environment have a look at the Excel Objects for sheets.
The name on the left is the code name of the sheet and the name in brackets is the tab name.
Need to decide which you are going to use and be consistent.
Reply With Quote