Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
All my data is in Excel, but can I display it using an access report that I create via vba in Excel? Many thanks, Dan |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can open an excel workbook using an Access Application using an ADO/DBO
Open statement. You'll be addressing the excel data like a table in Access by going to the correct row and then getting the correct Column in the table. The Microsoft office Structure of an Excel worksheet and an Access tabgle are really the same. There is only some problems in Access with diffeerent versions of Access. "Dan" wrote: Hi, All my data is in Excel, but can I display it using an access report that I create via vba in Excel? Many thanks, Dan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Printing an Access Report from Excel | Excel Programming | |||
Access Form In An Access Report (SubForm) Question | Links and Linking in Excel | |||
Create Access like report in Excel. | Excel Programming | |||
Create Access like report in Excel. | Excel Programming | |||
Access Report | Excel Programming |