WalkerEvans
Technical User
I have the following code that is not working:
Code:
Sub Interest()
Worksheets("Debt w_Interest").Visible = True
Worksheets("Sheet1").Visible = False
Worksheets("Debt No Interest").Visible = False
Dim Msg, Title, Style, Response
Msg = "Press ""END"" Key when done"
Title = "TO CALCULATE WHEN FINISHED ENTERING DATA"
Style = vbOKOnly + vbExclamation
Response = MsgBox(Msg, Style, Title)
Application.OnKey "{END}", "finish"
End Sub
Everything is fine until the last line. I'm getting an error that says the macro "finish" cannot be found ... but it is the very next subroutine. This is probably something really easy and obvious, but I've been looking at it for too long. BTW, I've used this syntax with OnKey before with no problems.
Does anybody out there have a clue where I've gone wrong?
![[sadeyes] [sadeyes] [sadeyes]](/data/assets/smilies/sadeyes.gif)
----------------------------------------------------------------------------------
[small]
![[ponder] [ponder] [ponder]](/data/assets/smilies/ponder.gif)
He was repossessed."
![[lol] [lol] [lol]](/data/assets/smilies/lol.gif)