+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : Vba auto run question

  1. #1
    Registered User
    Join Date
    02-20-2011
    Location
    Dublin
    MS-Off Ver
    Excel 2007
    Posts
    88

    Vba auto run question

    Hi Guys,

    I have the below VBA on a worksheet called 'Totals'

    Cell A1 on 'Totals' contains a value from the 'INFO' tab so "=INFO!B3"

    When i change the value ( drop down) on the 'INFO' tab ( and replicated on the 'Totals' tab)
    the macro does not fire. Only work for the first change mad ein drop down and not subsequently.

    How do i make this fire each time i chane the value using drop down ?

    Please Login or Register  to view this content.
    Last edited by Sazza; 11-30-2011 at 09:32 AM.

  2. #2
    Forum Expert
    Join Date
    09-20-2011
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    2,278

    Re: Vba auto run question

    Hello
    Have you tried running your code from the Worksheet Change Event rather than the Selection Change? As you're not changing your cell selection it will not fire when you change the drop down value. The Change Event should recognize the value change, if your drop down is the Active Cell or Target value.

+ 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