+ Reply to Thread
Results 1 to 6 of 6

Worksheet Events Not Working

  1. #1
    Dyl
    Guest

    Worksheet Events Not Working

    Hello,

    I am trying to use worksheet events to accomplish a task. But it
    seems not a single Worksheet event will occur.

    The events are not even called when I check using the debugger.

    I know there are several topics concerning this problem, but I was
    hoping for a clear answer as to why this happens.

    Does anyone know if it is a bug? If so, is there something I could
    do to fix this?

    Thanks for your help!


  2. #2
    Dyl
    Guest

    Re: Worksheet Events Not Working

    Also I using Windows XP SP2 and Excel 2003 SP1


  3. #3
    Dyl
    Guest

    Re: Worksheet Events Not Working

    Also I am using Windows XP SP2 and Excel 2003 SP1


  4. #4
    Chip Pearson
    Guest

    Re: Worksheet Events Not Working

    It sounds like you have EnableEvents set to false. In the VBA
    Editor, open the Immediate window (CTRL+G) and enter the
    following and press Enter.

    Application.EnableEvents = True


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com




    "Dyl" <mosdef_underground@yahoo.com> wrote in message
    news:1132329399.907165.19300@g14g2000cwa.googlegroups.com...
    > Hello,
    >
    > I am trying to use worksheet events to accomplish a task. But
    > it
    > seems not a single Worksheet event will occur.
    >
    > The events are not even called when I check using the
    > debugger.
    >
    > I know there are several topics concerning this problem, but I
    > was
    > hoping for a clear answer as to why this happens.
    >
    > Does anyone know if it is a bug? If so, is there something I
    > could
    > do to fix this?
    >
    > Thanks for your help!
    >




  5. #5
    Tom Ogilvy
    Guest

    Re: Worksheet Events Not Working

    If you haven't disabled events, are the events in the proper modules
    (worksheet or thisworkbook as opposed to a general module).

    http://www.cpearson.com/excel/events.htm

    might provide some insights.

    --
    Regards,
    Tom Ogilvy

    "Dyl" <mosdef_underground@yahoo.com> wrote in message
    news:1132329399.907165.19300@g14g2000cwa.googlegroups.com...
    > Hello,
    >
    > I am trying to use worksheet events to accomplish a task. But it
    > seems not a single Worksheet event will occur.
    >
    > The events are not even called when I check using the debugger.
    >
    > I know there are several topics concerning this problem, but I was
    > hoping for a clear answer as to why this happens.
    >
    > Does anyone know if it is a bug? If so, is there something I could
    > do to fix this?
    >
    > Thanks for your help!
    >




  6. #6
    Dyl
    Guest

    Re: Worksheet Events Not Working

    Thanks Chip. I put that in.

    I think I was in Design Mode the whole time I was trying to figure out
    what the problem was.

    So sorry to clutter up the board.

    Thanks again!


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1