Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 08-26-2020, 08:36 AM
NoSparks NoSparks is offline vba inputbox method problems Windows 10 vba inputbox method problems Office 2010
Excel Hobbyist
 
Join Date: Nov 2013
Location: British Columbia, Canada
Posts: 842
NoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of light
Default

you could omit the type=1 and deal with what's returned, something along the lines of

Code:
Sub Macro1()
    '
    ' Macro1 Macro
    
    Dim lnWins As Variant
    
    lnWins = Application.InputBox("give me something")
    
    Select Case lnWins
        Case ""
            MsgBox "InputBox was left blank"
        Case False
            MsgBox "Things got canceled"
        Case Else
            MsgBox lnWins
    End Select
End Sub
Reply With Quote
 

Tags
vba inputbox problem



Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro to add terminology via inputbox ZiggyPop Word VBA 0 03-07-2017 04:06 AM
InputBox selects rows Dave T Excel Programming 5 09-05-2016 06:58 AM
VBA Macro for word with Inputbox ryanch69 Word VBA 2 12-03-2015 07:45 AM
vba inputbox method problems Idiot Proof Entry with InputBox arpirnat Word VBA 1 04-27-2015 10:03 PM
Taking input from InputBox from user SeattleITguy Excel Programming 1 01-28-2015 09:05 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 05:57 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft