Jul 26, 2001 #1 TTThio Programmer May 3, 2001 185 US Hi, does anybody know how to check if the result is negative so that we can perform certain action? Thanks ahead, Tin Tin
Hi, does anybody know how to check if the result is negative so that we can perform certain action? Thanks ahead, Tin Tin
Jul 26, 2001 #2 DougP MIS Dec 13, 1999 5,985 US VBA If yourvalue < 0 then msgbox "Must be negative" End if DougP, MCP Visit my WEB site http://www.barcodeone.com to see how Bar-codes can help you be more productive Upvote 0 Downvote
VBA If yourvalue < 0 then msgbox "Must be negative" End if DougP, MCP Visit my WEB site http://www.barcodeone.com to see how Bar-codes can help you be more productive
Jul 26, 2001 Thread starter #3 TTThio Programmer May 3, 2001 185 US Thanks DougP, I must be beyond stress....he... Upvote 0 Downvote