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

Cannot save input data into database using macro

dave_yd

New Member
Dear All expert,

I want to save my input sheet into my database, but ihave problem while execute my macro which assigned to blue arrow. Please help me to solve. The problem is inthe attached files.


Regards

David
 

Attachments

  • Bank Data Final Macro ask.xlsm
    752 KB · Views: 6
Hi David ,

You can use either of the following statements instead of the one you have in place at present :

If Finddate <> 0 Then

or

If QSInput.Range("C3").Value <> "" Then

But even if you do this , the code errors out at the following line :

SRDb.Range("A" & BrsAkhir).Value = BrsAkhir - 1

where SRDb is not defined. You need to correct this.

Narayan
 
Back
Top