Jul 26, 2001 #1 TTThio Programmer Joined May 3, 2001 Messages 185 Location 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 Joined Dec 13, 1999 Messages 5,985 Location 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 Joined May 3, 2001 Messages 185 Location US Thanks DougP, I must be beyond stress....he... Upvote 0 Downvote