tiredofit
Well-known Member
- Joined
- Apr 11, 2013
- Messages
- 1,924
- Office Version
- 365
- 2019
- Platform
- Windows
Can someone please help me tidy up this logic?
I don't to write Runverylongpieceofcode twice.
Thanks
Code:
If ConditionA Then
If ConditionB Then
Call SomeSub
Else
Runverylongpieceofcode
End If
Else
Runverylongpieceofcode
End If
I don't to write Runverylongpieceofcode twice.
Thanks