+ Reply to Thread
Results 1 to 4 of 4

Marco not compatable with excel 2003.

  1. #1
    Forum Contributor
    Join Date
    10-31-2010
    Location
    london
    MS-Off Ver
    Excel 365
    Posts
    152

    Marco not compatable with excel 2003.

    I was wondering if someone could help, the below code works fine in 2007 onwards, but the line Selection.FormatConditions.AddUniqueValues is bugging out. I know its because im using a format that wasn't available in 2003 but what would be the comparison.

    Please Login or Register  to view this content.
    Sorry now amended
    Last edited by bopsgtir; 04-11-2013 at 04:49 AM.

  2. #2
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Marco not compatable with excel 2003.

    please add code tags to your post then we can start fixing it :-)
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  3. #3
    Forum Contributor
    Join Date
    10-31-2010
    Location
    london
    MS-Off Ver
    Excel 365
    Posts
    152

    Re: Marco not compatable with excel 2003.

    Anyone, basically just trying to remove duplicates without using the new built in feature.

  4. #4
    Forum Guru HaHoBe's Avatar
    Join Date
    02-19-2005
    Location
    Hamburg, Germany
    MS-Off Ver
    work: 2016 on Win10 (notebook), private: 365 on Win11 (desktop), 2019 on Win11 (notebook)
    Posts
    8,199

    Re: Marco not compatable with excel 2003.

    Hi, bopsgtir,

    most of the comands (AddUniqueValues, SetFirstPriority, DupeUnique, xlThemeColorLight1, and TintAndShade AFAIK) where introduced with Excel2007. In Excel2003 you would need to use a formula which won´t let you enter the same item again. But you could get there by using the Worksheet_Change-Event as well.

    Ciao,
    Holger
    Use Code-Tags for showing your code: [code] Your Code here [/code]
    Please mark your question Solved if there has been offered a solution that works fine for you

+ 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