Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data Validation with an InputBox | Excel Discussion (Misc queries) | |||
Detecting Cancel in an InputBox Method | Excel Discussion (Misc queries) | |||
formating inputbox result in excel | Excel Worksheet Functions | |||
Inputbox with VBA | Excel Discussion (Misc queries) | |||
Compile Error in Excel 2004 when Inputbox contains "VBCRLF" | Excel Discussion (Misc queries) |