+ Reply to Thread
Results 1 to 2 of 2

Is there any way to switch among different sheets in a workbook while an inputbox is popped?

  1. #1
    lvcha.gouqizi
    Guest

    Is there any way to switch among different sheets in a workbook while an inputbox is popped?

    Hi all,

    It seems that when an inputbox is up, we can not switch among sheets
    any more. This is really not convenient because maybe users need to
    check what to input in an inactive sheet. Is there any way to solve
    that?

    Dim checkIndex As Integer
    On Error Resume Next
    checkIndex = InputBox("please input the index")
    On Error GoTo 0
    Call plotsth(checkIndex)


    lvcha


  2. #2
    Norman Jones
    Guest

    Re: Is there any way to switch among different sheets in a workbook while an inputbox is popped?

    Hi Ivcha,

    Try using Excel's input box:

    Application.InputBox.

    For details, see VBA help on the InputBox method.

    ---
    Regards,
    Norman



    "lvcha.gouqizi" <[email protected]> wrote in message
    news:[email protected]...
    > Hi all,
    >
    > It seems that when an inputbox is up, we can not switch among sheets
    > any more. This is really not convenient because maybe users need to
    > check what to input in an inactive sheet. Is there any way to solve
    > that?
    >
    > Dim checkIndex As Integer
    > On Error Resume Next
    > checkIndex = InputBox("please input the index")
    > On Error GoTo 0
    > Call plotsth(checkIndex)
    >
    >
    > lvcha
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1