Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Thanks in advance During vba I open a msgbox which shows user the answers to be updated in another workbook. The user must check these answers on the current worksheet before the user agrees to the update. My problem is that the user can't scroll up & down the worksheet until the question is answer. How do I help them look at the rest of the sheet and not just what is shown when the code started? Thanks Trev B |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Replace the msgbox with a userform.
Then show the userform modelessly. Option Explicit Sub ShowTheForm() Userform1.show vbmodeless End sub Trev B wrote: Hi, Thanks in advance During vba I open a msgbox which shows user the answers to be updated in another workbook. The user must check these answers on the current worksheet before the user agrees to the update. My problem is that the user can't scroll up & down the worksheet until the question is answer. How do I help them look at the rest of the sheet and not just what is shown when the code started? Thanks Trev B -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks works a dream
-- Trev B "Dave Peterson" wrote: Replace the msgbox with a userform. Then show the userform modelessly. Option Explicit Sub ShowTheForm() Userform1.show vbmodeless End sub Trev B wrote: Hi, Thanks in advance During vba I open a msgbox which shows user the answers to be updated in another workbook. The user must check these answers on the current worksheet before the user agrees to the update. My problem is that the user can't scroll up & down the worksheet until the question is answer. How do I help them look at the rest of the sheet and not just what is shown when the code started? Thanks Trev B -- Dave Peterson . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
waiting message | Excel Programming | |||
waiting message | Excel Programming | |||
waiting message | Excel Programming | |||
waiting message | Excel Programming | |||
waiting for an answer pls excel/vba prob | Excel Programming |