Free Lessons
Courses
Seminars
TechHelp
Fast Tips
Templates
Topic Index
Forum
ABCD
 
Home   Courses   TechHelp   Forums   Help   Contact   Merch   Join   Order   Logon  
 
Back to Access Forum    Comments List
Upload Images   @Reply   Bookmark    Link   Email   Next Unseen 
Problem with export to Excel
Michael Medici 
     
3 years ago
All,

I am trying to setup VBA code to export a query to an excel spreadsheet.  Ultimately, I want to be able to set column widths, freeze the sheet at a specific cell and some other formatting, but for now I am just trying to get the base function working.  I have the following code;

    Dim sql As String
    Dim rs1 As DAO.Recordset
    SQL = "Select * FROM tblQuoteStatus"
    Set rs1 = CurrentDb.OpenRecordset(SQL, dbOpenSnapshot)

If rs1.RecordCount = 0 Then
        MsgBox "No Data selected for export", vbInformation + vbOKOnly
        GoTo SubExit
    ElseIf rsl.RecordCount <> 0 Then
        MsgBox "data records exist", vbInformation + vbOKOnly
'        GoTo SubExit
    End If

This last part is a test to see if it pulled any records.  I keep getting errors when doing this.  Error 424 object required.  I've tried expanding the select statement to put in specific fields from the table, but then I get the error expecting more parameters.  

Any help would be appreciated.
Mike
Kevin Robertson  @Reply  
          
3 years ago
Take a closer look at your ElseIf. You have put rsl instead of rs1.
Michael Medici OP  @Reply  
     
3 years ago
@Kevin Robertson;
DOH!!!  you ever have one of those days where you are head down in programming, but getting bugged by your coworkers constantly...

Thanks so much Kevin.

This thread is now CLOSED. If you wish to comment, start a NEW discussion in Access Forum.
 

Next Unseen

 
New Feature: Comment Live View
 
 

The following is a paid advertisement
Computer Learning Zone is not responsible for any content shown or offers made by these ads.
 

Learn
 
Access - index
Excel - index
Word - index
Windows - index
PowerPoint - index
Photoshop - index
Visual Basic - index
ASP - index
Seminars
More...
Customers
 
Login
My Account
My Courses
Lost Password
Memberships
Student Databases
Change Email
Info
 
Latest News
New Releases
User Forums
Topic Glossary
Tips & Tricks
Search The Site
Code Vault
Collapse Menus
Help
 
Customer Support
Web Site Tour
FAQs
TechHelp
Consulting Services
About
 
Background
Testimonials
Jobs
Affiliate Program
Richard Rost
Free Lessons
Mailing List
PCResale.NET
Order
 
Video Tutorials
Handbooks
Memberships
Learning Connection
Idiot's Guide to Excel
Volume Discounts
Payment Info
Shipping
Terms of Sale
Contact
 
Contact Info
Support Policy
Mailing Address
Phone Number
Fax Number
Course Survey
Email Richard
[email protected]
Blog RSS Feed    YouTube Channel

LinkedIn
Copyright 2026 by Computer Learning Zone, Amicron, and Richard Rost. All Rights Reserved. Current Time: 5/6/2026 12:40:02 PM. PLT: 1s