inputbox

  • Thread starter brownti via OfficeKB.com
  • Start date
B

brownti via OfficeKB.com

here is the first part of my code:
Function base()
Dim baseinput As String
baseinput = InputBox("Base?")
If myinput = "panel" Then
Application.Run "panel"

This is case sensitive, how can i change that?
 
Top