Search results

  1. Y

    Excel VBA Macro Request

    DCrake, you have killed my dreams. Either you misunderstood my request, overanalyzed it, or Excel's capabilities are truly way more limited than I imagined. Here is the process I had hoped to engage: User enters Excel --> User changes ONE SINGLE CELL --> Excel recognizes a change is made (is...
  2. Y

    Excel VBA Macro Request

    I don't understand what an "AppEvent" is. Here is the code I have so far: ******************BEGIN******************************* Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean) Dim answer As String Dim newval As String newval = Target.Address answer =...
  3. Y

    Excel VBA Macro Request

    Hi. I am working on a [shared? is that redundant?] network, using a shared Excel 2003 document. I would like for Excel to email notify me ONLY when a text/value change has been made in that document AND that change has been saved. So, if someone on the network (accidentally) alters a cell, but...
Back
Top Bottom