View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jeff Jeff is offline
external usenet poster
 
Posts: 921
Default get rid of mesage boxes

Tim,

See VBA Help on Msgbox. All you need is there & then some...

Example:

Mgsbox "Today is Friday ?", VbYesNo + vbDefaultButton2
will default to No

Mgsbox "Today is Friday ?", VbYesNo + vbDefaultButton1
Will Default to Yes

Jeff


"tim64" wrote:


how do you make a certain MsgBox always say yes or no.
example when it asks to save it always says yes automaticly.


--
tim64
------------------------------------------------------------------------
tim64's Profile: http://www.excelforum.com/member.php...o&userid=23295
View this thread: http://www.excelforum.com/showthread...hreadid=376894