• 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. shajan

    summary sheet consolidate.

    Dear Ninjas ! I have a sheet with raw data ! I am trying to consolidate and get only unique entries. I have uploaded the sample file here - 48KB http://www.2shared.com/file/5E-46vnE/summary-sheet.html which also contains the desired output. Please help me with a code to achieve this. Thanks.
  2. shajan

    consolidate data ! to copy from sheet.

    Hi Ninjas ! I am trying to modify VBA given at http://chandoo.org/wp/2012/04/09/consolidate-data-from-different-excel-files-vba/ so as to include the sheet from which to copy. I have added an extra column at H in "Sheet:List" to include the Sheet Name lines marked '-------------- thus were...
  3. shajan

    Change absolute range reference to named range - VBA - GetData from closed book.

    Hi Ninjas ! I am trying to pass a named range to the below code, but it pops an error. I would like to replace "A1:P79" with a named range. GetData ThisWorkbook.Path & "asc.xlsm", "stock-out", _ "A1:P79", Sheets("Sheet2").Range("A1"), True, True ---------------------- Public Sub...
  4. shajan

    loop - help

    please help with this loop ! Cell B2=23 copy range B6:U6 insert indirect(B2) rows starting at row 7 paste copied range (B6:U6) to all indirect(B2) rows Thanks.
  5. shajan

    inserting rows in one workbook to do the same in another workbook

    In one work book, I constantly add rows in between Rows 8 & 14. If I add 5 rows in the raw data work book, I would like to have the same rows inserted in another work book automatically. Any ideas. Thanks.
  6. shajan

    cell reference formula while filtering.

    Hello Friends, Please help with a formula. I am trying to get the value of column C, 11th Row from top. When filtering the 11th row changes value, and I would want the changed value in another cell (C8). Sample worksheet link is given below...
  7. shajan

    Unreadable content in Excel - Error.

    Hi All, Could anybody help solve this issue. I am using Excel 2010. When opening a file, I get this error message : "Excel found unreadable content in 'file name.xlsm'. Do you want to recover the contents of this workbook? If you trust the source of this workbook, click Yes. and when I...
Back
Top