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

    VBA Internet Explorer Automation - Insert value from cell to input and retrieve result

    Found a couple: http://qualoperadora.info/ http://consultaoperadora.com.br/ http://consultanumero.info/ https://www.qual-operadora.net/
  2. E

    VBA Internet Explorer Automation - Insert value from cell to input and retrieve result

    :( Let me do a quick search for another website. Just a sec.
  3. E

    Concatenate Text and Paste

    The concatenating part works perfectly, the issue is when I have a list of names in sheet1 and no comments for that on sheet2. The code re-fills the list in sheet1 with only the name that contain comments from sheet2. Please find attached an example.
  4. E

    VBA Internet Explorer Automation - Insert value from cell to input and retrieve result

    Hey. So, the results we're coming as invalid. Then, suddenly, after running the subroutine again, an error appeared: "Run-time error '5': Invalid procedure cal or argument."
  5. E

    VBA Internet Explorer Automation - Insert value from cell to input and retrieve result

    Hi Marc, Could you help me, its been a while and I tried running the code today and it didn't work. Please find an example attached. Rgds
  6. E

    Concatenate Text and Paste

    Hey Somendra, Nice job! But, is there a way to find the name in sheet 1 and then paste the output? Rgds
  7. E

    Concatenate Text and Paste

    Hello! I have a problem, which can be manually managed through "Sorting, Concatenate and Transpose". However, this method can consume a lot of time, if not days! Every "comment" I make is entered in Column B @ Sheet 2 and is given a "name" in Column A (each person has more than one comment)...
  8. E

    Total Per Month @ Sumproduct w/ Table

    Thank you guys, but its too big and I need it to be dynamic. Maybe the trick is to just get the job done and use the columns.. Thanks again for helping!!!
  9. E

    Total Per Month @ Sumproduct w/ Table

    Hey Prasad, The % from table1 is my "projection" of how much will be payed from the "Value ($)" per month after the "Date". So for instance, Table1/Row[1]: Date = 5/31/15; Value ($) = 100; Payments = 6 *months for the total value to be payed in full. 1 = "10%" The First month after...
  10. E

    Total Per Month @ Sumproduct w/ Table

    Hello, How is everyone? :) I am trying to find a better solution to calculate the column named "Total Per Month" using the minimum amount of columns possible. Please find attached an example workbook. Thanks in advance! exc4.
  11. E

    VBA Internet Explorer Automation - Insert value from cell to input and retrieve result

    I have the telephones lined up in column A, how do i change the code so that it runs through all of them? "&telefone=11976773331" [/]
  12. E

    VBA Internet Explorer Automation - Insert value from cell to input and retrieve result

    AWESOMEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
  13. E

    VBA Internet Explorer Automation - Insert value from cell to input and retrieve result

    Hey Marc, I tried the code but, there was an invalid use of keyword: Application.ScreenUpdating = False: [B2].CurrentRegion.Clear: Me.Paste [B2]
  14. E

    VBA Internet Explorer Automation - Insert value from cell to input and retrieve result

    Wow Hui! That's awesome, it worked perfectly. Thank you very much!!!
  15. E

    VBA Internet Explorer Automation - Insert value from cell to input and retrieve result

    Hey Master Hui, thank you for replying. So I tried what you suggested but the information I imported was different from the website. Rgds, Exc4.
  16. E

    VBA Internet Explorer Automation - Insert value from cell to input and retrieve result

    I have a list of mobile numbers in column A:A and I wanted to find out what phone operator they belong to. So, if you open the website link: http://www.qualoperadora.net/ and type inside the box "11976773331", the result will be the following: Número:(11)97677-3331 Operadora: Claro - Celular...
  17. E

    Sum total per month per category of all contracts (sumproduct, table, dates)

    Somendra, Thank you for the solution! And thank you all for helping!
  18. E

    Sum total per month per category of all contracts (sumproduct, table, dates)

    Hey Narayan! Thank you for that, I will take it in to consideration. I saw many examples of entering raw data in different worksheets and turning off row/col. labels is a habit of mine, because my laptop screen is very small :) Anyways, I appreciate your attention and remarks! Rgds Exc4.
  19. E

    Sum total per month per category of all contracts (sumproduct, table, dates)

    Hey Luke, It didn't work, still giving incorrect results. I attached another worksheet less confusing and more friendly. We can do this!!!! :) Rgds
  20. E

    Sum total per month per category of all contracts (sumproduct, table, dates)

    Hey Luke, Lol :) Formulas gave incorrect results. Rgds
  21. E

    Sum total per month per category of all contracts (sumproduct, table, dates)

    Hey, yea I figured that out. Just substituted some formulas in the worksheet it must be working now Somendra. I've attached the file. Rgds
  22. E

    Sum total per month per category of all contracts (sumproduct, table, dates)

    Ohhhh, I see somendra. Check this version, I saved it in "*.xls". Project Year is the year based to determine the "$ per sqm" of the contract. For instance; For any 'new' contract rented (signed) on the 3/31/2016, the monthly rent due $ per sqm during the first 12 months (contract year 1)...
  23. E

    Sum total per month per category of all contracts (sumproduct, table, dates)

    Hi guys, thanks for replying! I tested both and they didn't work. Somendra, Hi, what was confusing? I can try and explain better! :) Please find attached the file with both solutions from Luke and Somendra. Rgds
  24. E

    Sum total per month per category of all contracts (sumproduct, table, dates)

    Hello, How are you guys? :) I'm with a bit of a problem and for a while now I can't find a solution. Its very hard for me to explain it in writing, I might confuse myself and others (lol). So, I've attached a worksheet that explains exactly what I want to accomplish. Thank you in advance! ex4.
  25. E

    SUM total using FIND from one CELL

    Faseeh, thank you for the help. However, the data was set that way, because I couldn't add more columns. Cheers!
Back
Top