Posts by prem

    Re: Help with Custom Formats..Please!!!!


    but when i used


    [>=10000000]#\,##\,##\,##0.00;[>=100000]#\,##\,##0.00;##,##0.0


    and typed 22121121212


    i got 2212,11,21,212.00


    starting four digit should have been 22,12.


    why it stopped formatting after 7 digit from right?


    in other words, all the number should have same length to use this format. if the lenght is more then the last digits will not get formatted,

    Re: Insert row based on cell value




    the third line given by Mr.Derk should be


    n = ActiveCell.column - 1
    instead of
    n = ActiveCell.Value - 1