fluxcapacitr609
New Member
- Joined
- Feb 21, 2018
- Messages
- 24
Code:
bCheck = Len(Sheets("Jan_2018").Name)
If bCheck = True Then
Set myCell = Sheets("Jan_2018")
Trying to see if a worksheet exists and if it does do something and if not skip, but it doesnt skip it always keeps writing on the previous sheet.