Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default During VBA waiting for Message box answer problem

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default During VBA waiting for Message box answer problem

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default During VBA waiting for Message box answer problem

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
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
waiting message Scott Excel Programming 1 August 17th 07 02:24 AM
waiting message Michael Excel Programming 1 August 17th 07 02:02 AM
waiting message Michael Excel Programming 0 August 17th 07 01:53 AM
waiting message Michael Excel Programming 0 August 17th 07 01:46 AM
waiting for an answer pls excel/vba prob programmer_int[_6_] Excel Programming 2 September 8th 04 01:11 AM


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

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

About Us

"It's about Microsoft Excel"