• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. D

    Macro not working:

    The file and code from "Monty" works for me !
  2. D

    .Rows.Count

    The SpecialCells change puts a 0 in Vol A instead of the players name.
  3. D

    Sort colours

    Is there a fix for this code if Col A is formulas ?
  4. D

    .Rows.Count

    Here is the file
  5. D

    .Rows.Count

    After Intersect(Columns(1).SpecialCells(2).Areas(1).EntireRow, Columns(1).Resize(, myCol).EntireColumn).Rows.Count I get Error 1004 No cells were found.
  6. D

    .Rows.Count

    In this code Dim myCol As Long myCol = Rows(1).Find("Games").Column Application.DisplayAlerts = False With Intersect(Columns(1).SpecialCells(2).Areas(1).EntireRow, Columns(1).Resize(, myCol).EntireColumn) .Offset(-1).Resize(.Rows.Count + 1).Copy .Offset(.Rows.Count - 11)...
  7. D

    Merging columns together with blanks

    Try =CONCATENATE(A1,B1,C1) ?
  8. D

    Indexing the number

    Can you talk through how this works ?
  9. D

    Excel 2013 Formula help

    What about some thing like :- =40 -COUNTA( 'Level 1'!D3:D35)
  10. D

    Sort colours

    Thanks.
  11. D

    Sort colours

    Any tip on how to suppress " Do you want to replace contents of the destination cells" message ?
  12. D

    Sort colours

    To you ! Thanks for the code, Have got hang of the sort code, "Red" code giving trouble.
  13. D

    Sort colours

    Error 1004 No cells were found. Fixed this now.
  14. D

    Sort colours

    Its very nearly what I need, just need to sort any "Ties" based on no. of Red cells.
  15. D

    Sort colours

    It looks like it only sorts 1 col and has no VBA (that i can see )
  16. D

    Sort colours

    Any code to sort this by highest Red colour and ties by lowest Green, So that it looks like bottom ?
Back
Top