Excel Macro to create sheets
        Posted  
        
            by Harish
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Harish
        
        
        
        Published on 2010-03-29T14:05:47Z
        Indexed on 
            2010/03/30
            12:33 UTC
        
        
        Read the original article
        Hit count: 497
        
I have a Excel sheet with two columns and I need to create new sheets based on the values of the first column.ie
A        B
test1    Value21
test1    Values22
test2    Value21
test2    Value32
test3    Values32
IN this case I need to create three sheets namely test1,test2 and test3
Sheet 1 should contain test1 field and its corresponding values.Similarly sheet 2 and 3 should contain corresponding values.
Can anyone help me in writing an Excel Macro for this
© Stack Overflow or respective owner