Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 38
Default 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default 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" wrote in message
oups.com...
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
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
Switch between sheets with keystrokes? rich575 Excel Worksheet Functions 3 November 14th 07 03:21 AM
Cannot switch between sheets... Revik Excel Discussion (Misc queries) 0 February 14th 07 02:30 PM
Is there a faster way to switch between sheets? Tiff1618 Excel Discussion (Misc queries) 3 October 5th 05 11:12 PM
switch between sheets Pepe Excel Discussion (Misc queries) 1 April 30th 05 08:22 AM
how do i switch between multiple sheets in the same workbook (key. Catalin Excel Discussion (Misc queries) 3 December 16th 04 06:33 PM


All times are GMT +1. The time now is 05:31 AM.

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

About Us

"It's about Microsoft Excel"