#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 103
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default 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


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 103
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data Validation with an InputBox TOMD Excel Discussion (Misc queries) 4 February 2nd 07 05:45 PM
Detecting Cancel in an InputBox Method Connie Excel Discussion (Misc queries) 2 October 19th 06 02:32 PM
formating inputbox result in excel NoelH Excel Worksheet Functions 3 May 2nd 06 08:27 AM
Inputbox with VBA Jeff Excel Discussion (Misc queries) 3 January 19th 06 06:18 PM
Compile Error in Excel 2004 when Inputbox contains "VBCRLF" QTP Professional Excel Discussion (Misc queries) 1 November 19th 05 12:47 AM


All times are GMT +1. The time now is 09:30 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"