• 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. Maria Clara

    Split Data in Multiple Workbooks according to cell value

    Hi Guys, I'm using the code below to split data into multiple sheets but instead of splitting it in the same sheet I'd like it to be split in a new workbook. I mean, open a new workbook for each cell value informed. Could anyone help me on this? thank you!!!! Sub Splitdatatosheets()...
  2. Maria Clara

    Not Run Macro if different value is found

    Hi guys, I need a macro to check in a specific column if there is at least one single value <> than the one stored on variable Plant, and if it does the macro should not run. I'm trying to use the code below but it does not check first for a <> value but to the same value and because of that...
  3. Maria Clara

    Lotus Notes w/HTML Signature - Please Help!

    Hello All, I'm utilizing the code below to send e-mail in Notes via VBA but when the user's signature is on html format I get the error below instead of the person's signature? Can anyone shed any light on that? Thank you! C:notesdatafooter2.htm "" Sub SendEmail()...
  4. Maria Clara

    Simple Filter

    Hello All, I'm utilizing the code below to filter a data in a Sheet. It does select the cells I want to filter but the filtered cells are not visible to me. Selection.AutoFilter Field:=2, Criteria1:="#N/D" Can you pls help me to correct the code? Thank you.
  5. Maria Clara

    Macro Vlookup - two sheets

    Hello All, hope you can help me again on this one :-) I have an spreadsheet with information from two different sources split in two tabs and I want to put all of them in one single tab for me to be able to calculate the lowest price properly. First tab - 'Automatic' - is the format I...
  6. Maria Clara

    Pivot Table Error - Minimum Value

    Hello All, I'm trying to create a pivot table to identify the lowest price paid in a product. It works fine until I add the supplier name on the table, then it shows me all the prices and not the lowest one. Please find below the example: http://www.sendspace.com/file/13d6rg Can anyone...
  7. Maria Clara

    For Next Loop Doubt - Deleting Rows

    Hello All again, I'm having trouble in trying to write some for next loops. I have an spreadsheet with 9 columns and on the 8th column I have some rows that are with value 0 which I need to remove the entire Row. When I run the Macro below it does not remove all rows and I have to run it...
  8. Maria Clara

    Multiply a range according to a criteria - VBA

    Hello All, I'm new to VBA and I'm trying to write a code for the spreadsheet below but so far I had no success. http://www.sendspace.com/file/mu39la What I need to do is to multiply all values in each column by the number on column M if the values on range B2, C2 and so on are marked as...
Back
Top