Consulting

Page 2 of 2 FirstFirst 1 2
Results 21 to 26 of 26

Thread: Delete all conditional formatting and coloring conditional on specific rows

  1. #21
    VBAX Sage
    Joined
    Apr 2007
    Location
    United States
    Posts
    8,711
    Location
    Interesting

    I'm running 365 and Excel apparently handles string conversions a little differently between the two versions

    The test works in mine

    ?application.Version
    16.0
    
    
    ?typename (application.Version)
    String
    
    
    ? Application.Version > 12 
    True
    ---------------------------------------------------------------------------------------------------------------------

    Paul


    Remember: Tell us WHAT you want to do, not HOW you think you want to do it

    1. Use [CODE] ....[/CODE ] Tags for readability
    [CODE]PasteYourCodeHere[/CODE ] -- (or paste your code, select it, click [#] button)
    2. Upload an example
    Go Advanced / Attachments - Manage Attachments / Add Files / Select Files / Select the file(s) / Upload Files / Done
    3. Mark the thread as [Solved] when you have an answer
    Thread Tools (on the top right corner, above the first message)
    4. Read the Forum FAQ, especially the part about cross-posting in other forums
    http://www.vbaexpress.com/forum/faq...._new_faq_item3

  2. #22
    VBAX Tutor
    Joined
    Sep 2012
    Location
    London
    Posts
    237
    Location
    Hello,
    I was really surprised, but apparently and I think it's normal to have some small changes that change the work of the macros.
    Things are changing so much that I feel like at some point we can't keep up with them at the same pace.

  3. #23
    VBAX Tutor
    Joined
    Sep 2012
    Location
    London
    Posts
    237
    Location
    Hi Paul, I want to ask you for one last help, there is a place where I am messing up the rows and columns by trying to apply the coloring already in the original table.
    I'm trying (because you write with numbers what to start from, not with the names of the columns) and it clearly confuses me in the arrangement.
    I am uploading the 100% original columns, exactly as they are in the table.
    I would be very grateful if you would just rearrange them, and I will look, then where I went wrong.
    Attached Files Attached Files

  4. #24
    Moderator VBAX Guru Aussiebear's Avatar
    Joined
    Dec 2005
    Location
    Queensland
    Posts
    4,997
    Location
    Imagine what would have happened if kOst4din had been honest and said he was using version 2007 at the very start of this this thread.
    Remember To Do the Following....
    Use [Code].... [/Code] tags when posting code to the thread.
    Mark your thread as Solved if satisfied by using the Thread Tools options.
    If posting the same issue to another forum please show the link

  5. #25
    VBAX Tutor
    Joined
    Sep 2012
    Location
    London
    Posts
    237
    Location
    Hello Aussiebear,
    exactly what I should have imagined to be honest.
    lest you think that if I had known, I would have hidden it (I had absolutely no idea that I could get to such a problem with this office 2007).
    Are you making fun of me, with all due respect to you and every single person on the site.

  6. #26
    VBAX Sage
    Joined
    Apr 2007
    Location
    United States
    Posts
    8,711
    Location
    Quote Originally Posted by k0st4din View Post
    Hello Aussiebear,
    exactly what I should have imagined to be honest.
    lest you think that if I had known, I would have hidden it (I had absolutely no idea that I could get to such a problem with this office 2007).
    Are you making fun of me, with all due respect to you and every single person on the site.
    No one is making fun - many times there's a "WHY did that not work???" type of question that eventually turns out to a version difference where someone did not realize that Excel versions sometimes work a little differently.

    It's just helpful to know what version someone is using (many people don't say anyway) so that if it works for me using 365 but not for you using 2007, then that's a start to investigate version differences (I should have looked sooner )

    By the by, your workbook seems to work fine with your column number changes. What were you seeing that was not right?

    I comment out the 365 CF format to force the .Interior verion to run and it seems to be as expected
    Attached Files Attached Files
    ---------------------------------------------------------------------------------------------------------------------

    Paul


    Remember: Tell us WHAT you want to do, not HOW you think you want to do it

    1. Use [CODE] ....[/CODE ] Tags for readability
    [CODE]PasteYourCodeHere[/CODE ] -- (or paste your code, select it, click [#] button)
    2. Upload an example
    Go Advanced / Attachments - Manage Attachments / Add Files / Select Files / Select the file(s) / Upload Files / Done
    3. Mark the thread as [Solved] when you have an answer
    Thread Tools (on the top right corner, above the first message)
    4. Read the Forum FAQ, especially the part about cross-posting in other forums
    http://www.vbaexpress.com/forum/faq...._new_faq_item3

Posting Permissions

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