Chance1234
IS-IT--Management
Sub Bob()
Frmmain.show
Beep
End Sub
what i want to do is when frmmain loads up is to totally exit sub bob so when i close the form it doesnt beep. before anyone goes why not just take out the line beep
funnly enough that isnt actuallty my code, what i haev got is a class module set up which fires events in powerpoint but the problem is that on the auto_open it is holding values that i cant get rid of without getting out of the sub
Chance
Frmmain.show
Beep
End Sub
what i want to do is when frmmain loads up is to totally exit sub bob so when i close the form it doesnt beep. before anyone goes why not just take out the line beep
funnly enough that isnt actuallty my code, what i haev got is a class module set up which fires events in powerpoint but the problem is that on the auto_open it is holding values that i cant get rid of without getting out of the sub
Chance