Posts by L7B

    Hi


    I have searched the forum and tried several of the answers but don't seem to get this to work without making the workbook size enormous.


    Current formula works perfectly...except now I have multiples now in the range set as "TYPE" which I now need to sum.
    The ranges are in a different sheet.


    Formula
    =(INDEX(WDB082_DATA,MATCH($A4,DATE,0),MATCH(G$3,TYPE,0)))


    Have tried a sumif with all the different types but this over 7000 cells makes the workbook very cumbersome in size.


    Any help is much appreciated.


    Thanks
    Lee

    Re: BeforeDoubleClick 70 variations


    Hi


    1st didnt know it was not allowed to post on other websites it was more a case of trying to get help. So apologies.


    mikerickson Thanks ever so much a few tweaks and is working dream. If I got the beer you would be more than welcome to it.


    Code
    On Error Resume Next
    If Application.Intersect(Target, Range("EmployeeEngagement")) Is Nothing Then
    Else
    On Error GoTo 0
    Show_Employee_Engagement  'This as it brings out a document as a picture
    End If

    Help I am pulling whats left of my hair out.


    The double click works till it comes across a instruction where there is no double click line/ word relating to the code in the report.


    The issue is the 2nd part below.


    When I double click on WA Market Share because there is no line for Employee_Turnover on the report it does not skip over and show WA Market Share it shows Employee_Turnover instead.


    The macro is made up of 70 variations over 48 reports so I dont want to be messing around with what is applicable for each report when they get broken out from the master.


    This is the code that brings in the picture for display. Works perfectly.



    2nd Part


    Re: Parse Report - iLoop does not filter report correctly


    Hi


    I have been doing some more work on my code and now have it filtering close.
    It picks up the loop and the "aaaa". How can I get it to pick up all the different a's in criteria2?


    Thanks Lee


    I am slowly progressing in teach yourself VBA :)


    Hi


    This macro works with the exception of the part "Criteria1:=Array(iLoop " which should filter with one of the numbers between 1 - 45 and all the "a", "aa", "aaa", "aaaa". It only filters by the "a", "aa", "aaa", "aaaa".


    Please if someone can assist as I need to get this report finished.


    Thanks


    Hi


    I have been working on this forever and still am having issues so I am really hoping someone can help.
    Thanks
    Lee


    Hi

    I need some help with bringing in data from cells which may be text ( Yes, No, High, Low, Medium)or numbers & Percentage.

    Row 2 is a heading row with upto 48 different headings
    Column C has metrics which can repeated be in a cell multiple time.

    Columns D:AZ has the data I need to bring into a primary Matrix. The primary matrix is formated to the value of cells it is bringing in.

    Is there someone who can assist me.

    Thanks
    Lee

    Hi

    Can someone please assist with this report which I need by tomorrow. It is running from a Userform listbox1 transfer to listbox2. Button OK hides columns as per Listbox2 selction. I keep getting error 1004. Thanks heaps in advance

    Re: Macro Lookup text in column then copy paste down till text appears again


    Sorry can't attach files from here. Column A is blank, Column C is the word Location, Column D is the field to be copied to Colum A. Location is not at set intervals.



    LOCATIONA01503BBE10219833P2757510310646370290B DR A O KAARD1122010291.2BENEFITBBE18502507P840456006846370288B DR RAMESH RAJAGOPALAN11220101462.8BENEFIT

    Hi

    I have this where it finds the text "LOCATION" in column C then copies the number in Column D to column A.

    What I need it to do is copy down till the text "LOCATION appears again in Column C. Then a continous Loop until the end of page.



    Thanks

    Re: Copy Formula Row into Blank cells


    Hi

    Can't use filters as boss want the rows hidden. Yes up to row 33 contains the data that is used for the data validation lists and is hidden.

    Sorry can't up load as work block this.

    Thanks
    Lee

    Hi

    I have data in columns H:T. This is manually entered and in non consistant in text values.

    I am trying to get the macro to find the last blank cell and copy the formula contained in A33:G33

    and paste to blank cells in columns A:G where H contains data.



    Thanks
    Lee