LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default MsgBox Screen Position

Hi,
Can you control the displayed position of the following MsgBox and a more
simple one below that
Thanks,
James

(Message Box 1)
Dim Msg, Style, Title, Response
Msg = "Do you want to copy this file" & Chr(13) & Chr(13) & _
"Choose ""YES"" to proceed." & Chr(13) & _
"Choose ""NO"" to cancel & quit"
Style = vbYesNo + vbInformation + vbDefaultButton1
Title = "Export"

Response = MsgBox(Msg, Style, Title)
If Response = vbYes Then
Else
If Response = vbNo Then Exit Sub
End If

(Message Box 2)
MsgBox Title:=("Error "), prompt:= "Sorry"


 
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
Can I fix the position of an object on the screen? Bob Arnett Excel Discussion (Misc queries) 0 October 27th 09 05:46 PM
MsgBox position RJH Excel Programming 2 August 19th 04 08:49 AM
MsgBox position Jeff[_33_] Excel Programming 2 June 14th 04 10:14 PM
Determine the position of a MsgBox Tom Excel Programming 0 August 9th 03 02:36 PM
Position of MsgBox Konrad[_2_] Excel Programming 0 August 7th 03 05:27 PM


All times are GMT +1. The time now is 12:08 PM.

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"