ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   inputbox (https://www.excelbanter.com/excel-discussion-misc-queries/129974-inputbox.html)

brownti via OfficeKB.com

inputbox
 
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?

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200702/1


Gary''s Student

inputbox
 
baseinput = LCase(InputBox("Base?"))
--
Gary's Student
gsnu200705


"brownti via OfficeKB.com" wrote:

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?

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200702/1



brownti via OfficeKB.com

inputbox
 
perfect, thanks.



Gary''s Student wrote:
baseinput = LCase(InputBox("Base?"))
here is the first part of my code:
Function base()

[quoted text clipped - 4 lines]

This is case sensitive, how can i change that?


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200702/1



All times are GMT +1. The time now is 01:33 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com