![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: May 2002
Location: Atlanta, GA
Posts: 185
|
I need to pause a macro to allow a user to make selections from two drop down boxes, data validation, then resume the macro.
I have tried InputBox () and using a time function to wait for 10 seconds, but neither worked properly in that the user couln't make the data selections. Is there another way to accomplish this? Thanks, Woody Hays |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Auckland, New Zealand
Posts: 4,209
|
Quote:
accomplish this is via a Userform with it's ShowModal property set to False. This will allow you to edit the sheet. You will have to prgm around the issues of deciding when to continue with your code. But that can be accomplished vai cmdbutton to continue with your routin. You may also consider Locking the ranges that can be selected. HTH |
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: May 2002
Location: Atlanta, GA
Posts: 185
|
Thanks Ivan,
I think I will take the easy way out on this one and brak the routine into 2 parts and have the users click twice with a selection in between. Not very elegant though is it? Woody Hays |
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Auckland, New Zealand
Posts: 4,209
|
Quote:
mess it up If you see any possibilty that it could ?! Then repost on how to do it..... Someone is bound to help you out. |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|