Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default message box warning


I've got a macro that sends a certain page to print.
However, i want a message box to pop up and ask whether a particular
cell has been filled in. If the answer is yes, then it prints. If the
answer is no, then it cancels the process.

many thanks


--
M3Cobb
------------------------------------------------------------------------
M3Cobb's Profile: http://www.excelforum.com/member.php...o&userid=24986
View this thread: http://www.excelforum.com/showthread...hreadid=530742

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default message box warning


what part are you stuck on? the inputbox, the response or the printin
out

--
rocket061
-----------------------------------------------------------------------
rocket0612's Profile: http://www.excelforum.com/member.php...fo&userid=1949
View this thread: http://www.excelforum.com/showthread.php?threadid=53074

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default message box warning

This should be a start...

If MsgBox("Did you fill in cell whatever?", _
vbYesNo, "Ok To Print") = vbYes Then Call MyPrintMacro
--
HTH...

Jim Thomlinson


"M3Cobb" wrote:


I've got a macro that sends a certain page to print.
However, i want a message box to pop up and ask whether a particular
cell has been filled in. If the answer is yes, then it prints. If the
answer is no, then it cancels the process.

many thanks


--
M3Cobb
------------------------------------------------------------------------
M3Cobb's Profile: http://www.excelforum.com/member.php...o&userid=24986
View this thread: http://www.excelforum.com/showthread...hreadid=530742


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
warning message cufc1210 Excel Discussion (Misc queries) 2 September 30th 09 11:48 PM
How to get rid of the warning message RJ Setting up and Configuration of Excel 2 March 27th 09 05:35 PM
Warning Message bollard Excel Worksheet Functions 6 September 12th 07 05:59 PM
warning message Mike Excel Discussion (Misc queries) 3 March 10th 06 06:20 PM
Pop up warning message! canix Excel Programming 1 August 5th 05 07:15 PM


All times are GMT +1. The time now is 02:52 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"