MarkCBB
Active Member
- Joined
- Apr 12, 2010
- Messages
- 497
HI there,
I am trying to call a piece of code, but I am getting the following error: "Cant execute break in code"
but there is no break in the code, however the code that i am calling is a Private sub with Option Explicit. (Not my code so not sure)
is there a way to do this. here is the code that I am using
I am trying to call a piece of code, but I am getting the following error: "Cant execute break in code"
but there is no break in the code, however the code that i am calling is a Private sub with Option Explicit. (Not my code so not sure)
is there a way to do this. here is the code that I am using
Code:
Sub Send()
Sheets("sender").Visible = True
Sheets("sender").Select
Call Sender_Click
End Sub