S solo_razor Sep 18, 2003 #1 hi, does anybody know how i can abort a sub using the if then else statement? THX
J JON-JON Sep 18, 2003 #2 Use exit sub for example if thisworkbook.readonly then 'do stuff else Exit sub end if How this is what you need. regards, Jon-jon
Use exit sub for example if thisworkbook.readonly then 'do stuff else Exit sub end if How this is what you need. regards, Jon-jon