VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Code for making a report using microsoft excel

by Christopher (3 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 3rd June 2006
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Code for making a report using microsoft excel

API Declarations




dim rpt as new excel.application

Rate Code for making a report using microsoft excel



    
    with rpt
        .workboof.open "Filename of the excel fil
        .cells(1,"A") = "asd"
        .cells(1,"B") = "aaaa"
        .cells(1,"C") ="aaa"
        .displayalert = false
        .visible = false
        .worksheet.printouts
        .workbooks.close
     end with
end sub



Download this snippet    Add to My Saved Code

Code for making a report using microsoft excel Comments

No comments have been posted about Code for making a report using microsoft excel. Why not be the first to post a comment about Code for making a report using microsoft excel.

Post your comment

Subject:
Message:
0/1000 characters