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

    VBA code to generat transaction number

    I need help to write a code in excel VBA to have my spreadsheet generate a Transaction number down column A. The transaction number should start with 1 and each row below should be 1+ the previous row’s number. Thanks.
  2. N

    Excel VBA- changing the sign of a number when pasting

    Happy holiday to all. I need help to have my excel vba copy a number and then paste it as a negative number in another cell. Can someone please let me know the code to do this? Thanks so much.
  3. N

    callup INDEX/MATCH function in VBA

    Hi everyone, hope all is well. I need some help once again so I'm reaching out to my favorite site that always come true for me. I need to write this formula in VBA but for some reason, I just cannot get it. Can someone help, pretty Please...
  4. N

    Excel macro to fill sheet

    I have a simple file that will potentially get a lot less simple. For now, my file has two worksheets, namely: 1. Form 2. Schedule I need to write a macro that will take the info from the Schedule and populate the necessary fields in the Form once in input the CODE field in the Form. I...
  5. N

    If statement where rows are a variable and number of columns over may change.

    If Val(sh1.Cells(i, 22)) > 0 Then The above statement in my loop works great but if I insert/delete columns, I cannot use the fixed number of 22. The number will change depends on how many columns inserted/deleted. How can I use fix this. Please help! Thanks.
  6. N

    VBA code to Compute interest

    Int period start_date = 5/1/2001 end_date = 7/31/2012 Between the start_date and end_date, there are multiple interest rates. Sheet2 shows all interest rates and their interval. I need help in writing a macro that will calculate interest for the entire period (5/1/2001-7/31/2012)...
Back
Top