Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. johnkiddier

    Running msgbox's from an event procedure

    Thanks for replying. I'm using Excel as a front end for an OLAP database and the line with the reconciliation on is hidden from users. I only need to know about if it doesn't balance. An event procedure would be the sort of thing that would be very helpful. As I'm working through my VBA...
  2. johnkiddier

    Running msgbox's from an event procedure

    Sorry to bother everyone here, but I'm starting to learn VBA and having some difficulty running the following routine in Excel: Private Sub Worksheet_Calculate() If Range(&quot;a25&quot;).Value <>0 Then MsgBox (&quot;Imbalance&quot;) End If End Sub I'm placing the macro in the Worksheet...

Part and Inventory Search

Back
Top