Jumat, 05 Juli 2013

[ExcelVBA] Re: user input bax

 


thanks guys but working, still pending............
--- In ExcelVBA@yahoogroups.com, "arindam" <chocolate_eat@...> wrote:
>
> I m a VBA new bee.
> I was making a inputbox with validation of entering only characters.
> Dim str As String
>
> str = InputBox("Enter your name: ", "Name")
>
>
> If IsNumeric(str) Then
> MsgBox " Only Chracters "
> Else
> MsgBox " Your name is " & str
> End If
>
> Plz help.
>

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (4)
Recent Activity:
----------------------------------
Be sure to check out TechTrax Ezine for many, free Excel VBA articles! Go here: http://www.mousetrax.com/techtrax to enter the ezine, then search the ARCHIVES for EXCEL VBA.

----------------------------------
Visit our ExcelVBA group home page for more info and support files:
http://groups.yahoo.com/group/ExcelVBA

----------------------------------
More free tutorials and resources available at:
http://www.mousetrax.com

----------------------------------
.

__,_._,___

Tidak ada komentar:

Posting Komentar