I'm not sure I understand your question, but maybe something like
If Not ActiveSheet.Previous Is Nothing Then
Range("A1").Value = ActiveSheet.Previous.Range("A1").Value
End If
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
"CRayF" wrote in message
...
How would I code to pull the value of a Cell of the next
Worksheet to the left?