Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error while tyring to compile.
#1
High lighted this:
Code:
Private Sub Form_KeyUp(KeyCode As Integer, Shift As Integer
And said "Ambigous name detected: Form_KeyUp.

I don't understand why this happened when I didn't touch anything other than creating an Admin Panel.
Reply
#2
Ambiguous name usually means you have two instances of the same declare or something. You probably have two Form_KeyUp subs.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)