Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access VBA
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 27th, 2008, 03:31 PM
Friend of Wrox
 
Join Date: Jan 2006
Posts: 131
Thanks: 10
Thanked 0 Times in 0 Posts
Default Export to existing excel file with headings

Hi,

I am using Access 2003 front-end with SQL server 2005 linked-tables.

The requirement is to export data to existing Excel 2003 files that contain 1st row headings and hidden columns.

I have some vba experience and need to export various recordset fields to populate various excel columns.

Recordset
rstCustomer (Customer_Name; Customer_Address; Rep_Code; Source_Id)

Excel
Rep.xls (Rep (S); Cust_Name (I); Cust_Add (S); Source (S))

Where
Cust_Name (I) = Customer_Name
Cust_Add (S) = Customer_Address
Rep (S) = Rep_Code
Source (S) = Source_Id

Please can anyone assist?

Thanks in advance,




Neal

A Northern Soul
__________________
Neal

A Northern Soul





Similar Threads
Thread Thread Starter Forum Replies Last Post
Export to Excel as .csv file from JSP naheedv Reporting Services 3 November 30th, 2006 08:04 AM
How to Export data, of a DataSet to an Excel File swadhinm ASP.NET 1.x and 2.0 Application Design 5 May 25th, 2005 11:11 PM
export excel file and printing yyjfree Crystal Reports 0 December 13th, 2004 02:44 AM
How to Export an Image file to Excel Khurram Classic ASP Basics 0 June 18th, 2003 02:48 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.