Results 1 to 10 of 30

Thread: VBA Input Pop up Boxes: Application.InputBox Method versus VBA.InputBox Function

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #18
    Fuhrer, Vierte Reich DocAElstein's Avatar
    Join Date
    Aug 2014
    Posts
    9,439
    Rep Power
    10

    Simplified Walkthrough coding explanations

    This is now post 21
    It was a Second copy from New post #16, 31 Oct 2024, all done on 31 Oct 2024
    #post24890




    Page 3 Simplified explanation
    https://www.excelfox.com/forum/showt...Function/page3
    https://www.excelfox.com/forum/showthread.php/2227-VBA-Input-Pop-up-Boxes-Application-InputBox-Method-versus-VBA-InputBox-Function/page3
    Post 21 ( Forum Post #post24890 )
    https://www.excelfox.com/forum/showt...ll=1#post24890
    https://www.excelfox.com/forum/showthread.php/2227-VBA-Input-Pop-up-Boxes-Application-InputBox-Method-versus-VBA-InputBox-Function?p=24890&viewfull=1#post24890
    https://www.excelfox.com/forum/showt...age3#post24890
    https://www.excelfox.com/forum/showthread.php/2227-VBA-Input-Pop-up-Boxes-Application-InputBox-Method-versus-VBA-InputBox-Function/page3#post24890







    Simplified Walkthrough coding explanations

    The detailed explanations in the last two pages ( https://www.excelfox.com/forum/showt...utBox-Function
    https://www.excelfox.com/forum/showt...Function/page2 ]
    ) are rather rich and intense, such that they need a lot of time and consideration and its easy to get bogged down and miss seeing the wood for the trees

    This page 3 ( https://www.excelfox.com/forum/showt...Function/page3 ) will be shorter simplified explanations based : step debug mode *step through the code lines; a brief simple run ; or general short explanation

    ( * F8 keyboard key from the VBEditor, (after selecting anywhere in the coding you want to step through, which in our case is the main Sub. That will let you step line by line through the coding. In this node a number of other useful tools are available, just one of which is that hovering over a variable, or some simple expressions, may cause a small pop up to appear telling you of the contents. - https://i.postimg.cc/tCf4krzW/Step-d...n-main-Sub.jpg )


    Post 22
    A debug F8 step mode full walkthrough the codings so far discussed in detail

    Post 23
    A simple run of the codings so far discussed in detail

    Post 24
    The issue of ByRef or ByVal is discussed, in terms of changing the typically needed and used ByRef to ByVal

    Post 25
    A simple run of the codings with the change to ByVal
    Attached Files Attached Files
    Last edited by DocAElstein; Yesterday at 01:03 AM.

Similar Threads

  1. How To React To The Cancel Button in a VB (not Application) InputBox
    By Rick Rothstein in forum Rick Rothstein's Corner
    Replies: 2
    Last Post: 02-04-2018, 01:48 AM
  2. Replies: 2
    Last Post: 02-12-2016, 04:32 PM
  3. InputBox OK and Cancel Button Problem
    By mackypogi in forum Excel Help
    Replies: 5
    Last Post: 05-30-2014, 12:20 AM
  4. VBA To Display Pop Up Alert When Duplicate Entry Is Made
    By peter renton in forum Excel Help
    Replies: 20
    Last Post: 07-26-2013, 07:56 PM
  5. Number validation in Text Boxes VBA
    By Admin in forum Excel and VBA Tips and Tricks
    Replies: 2
    Last Post: 05-17-2012, 02:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •