Thread
:
What's the correct format to check the name of a sheet?
View Single Post
#
2
Posted to microsoft.public.excel.programming
Trevor Shuttleworth
external usenet poster
Posts: 1,089
What's the correct format to check the name of a sheet?
ActiveWorkbook.ActiveSheet.Name
Regards
Trevor
"Mikke" wrote in message
oups.com...
If ActiveWorkbook.ActiveSheet = "CAR - Auction Detail" Then
CAR1.Range("W2").Offset(i, 0).Value = sImp
Reply With Quote
Trevor Shuttleworth
View Public Profile
Find all posts by Trevor Shuttleworth