Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Position of MsgBox

insert this to module and just try.
sorry I have not too much time CU

Sub test()

'"##### inputbox

a = InputBox(Prompt:="This is your test !", _
Title:="TEST !!!", _
XPos:=350, _
YPos:=350, _
Default:="TEST ???")


'"##### ansver

Select Case a
Case vbOK
MsgBox "Is this what you are looking for ?"
Case vbCancel
MsgBox "You have to wait for the next suggestions"
Case Else
MsgBox "This is not about msgbox but sometimes it's better
to have something then nothing !?"
End Select
End Sub

-----Original Message-----
Hi

Is it possible to determine the position of the message

box? If yes, how to
do?

Tom


.

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
msgbox muddan madhu Excel Worksheet Functions 2 April 14th 08 05:06 AM
msgbox peyman Excel Discussion (Misc queries) 5 October 4th 07 09:56 PM
MsgBox bumper338 Excel Discussion (Misc queries) 1 December 23rd 06 12:32 AM
Help with MsgBox... tjb Excel Worksheet Functions 3 December 29th 04 04:43 PM
MsgBox Phil Perry Excel Programming 1 July 9th 03 07:38 PM


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

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"