+ Reply to Thread
Results 1 to 3 of 3

Cells update on change. - Help.

  1. #1
    Registered User
    Join Date
    05-14-2014
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    50

    Cells update on change. - Help.

    HI Guys,
    In column T the cells will change between a few different text values, and up on change column W updates with the date.

    for example: I update cell T6 = Yes then cell W6 = date

    Ive been using this code which works fine on Excel 2010 at home, but when using on Excel 2013 at work the cells don't update or do anything. Can someone have a look at the code to see where i'm going wrong.

    Please Login or Register  to view this content.
    Thanks

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Cells update on change. - Help.

    There is little or nothing that should make a difference between VBA in 2010 and 2013. There could be some other difference--for example, do you have 32-bit Office on one machine and 64-bit on another?

    I would make two changes. For
    Application.ActiveSheet.Range("T:T")
    use
    Range("T:T")
    and for
    VBA.IsEmpty(rng.Value)
    use
    IsEmpty(rng.Value)

    I am not sure these are wrong but it's unnecessary to use those qualifications and cleaning that up might help us to figure out what's wrong.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    05-14-2014
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    50

    Re: Cells update on change. - Help.

    Thanks for the advice 6StringJazzer, the above code worked!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Screen update - does not work? Merged cells and border lines are slow to update?
    By flabb in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-02-2016, 03:30 AM
  2. cannot update without name change
    By ideprize in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-04-2015, 11:23 AM
  3. [SOLVED] Only update if some cells change
    By jperss10 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-18-2013, 09:25 AM
  4. Replies: 2
    Last Post: 11-16-2012, 01:44 PM
  5. [SOLVED] update button on userform does not update all cells in worksheet
    By tutke in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 09-27-2012, 03:07 AM
  6. HYPERLINK doesn't update urls when input cells change
    By sarah.k in forum Excel General
    Replies: 2
    Last Post: 03-04-2009, 01:53 PM
  7. [SOLVED] Update on change
    By myleslawrence in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-17-2005, 09:06 PM

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