Posts by junho lee

    Re: Pulling only values from multiple sheets onto new sheet


    Hi suraround,
    Nice to meet you.

    Code
    Dim varData As Variant
        For J = 2 To Sheets.Count    ' from sheet 2 to last sheet
            varData = Sheets(J).Range("A1").CurrentRegion.Offset(1, 0).Resize(Selection.Rows.Count - 1)
            Sheets(1).Range("A65536").End(xlUp)(2).Resize(UBound(varData, 1), UBound(varData, 2)) = varData
        Next


    Regards, junho

    Re: Compare Two Workbook for a KEY column 2nd having some extra rows & merge them


    Hi singh.r,
    Would you have a test if this works?


    Regards, junho

    Re: transparent command button vba


    Hi numcrun,
    Recorder writes.


    Regards, junho

    Re: Filter on X- days previous dates excluuding weekends


    Sorry for late.
    Would you test this function?


    Regards, junho

    Re: Filter on X- days previous dates excluuding weekends


    Hi Blunder,
    This works to me.


    Regards, junho

    Re: Filter on X- days previous dates excluuding weekends


    Hi Blunder1,
    Nice to meet you.
    I made a function.


    Regards, junho

    Re: Draw 1 Chart per Row in same sheet


    Hi Keith,
    Try this.


    Regards, junho

    Re: Using Multiple Web Queries for hyperlinks in cells


    Hi sd11089,
    Nice to meet you.
    Before run macro, add sheet named 'Query'.


    Have a look at this page too.
    http://finance.groups.yahoo.com/group/smf_addin/
    Regards, junho