mcclunyboy
Registered User.
- Local time
- Today, 00:39
- Joined
- Sep 8, 2009
- Messages
- 292
Hi,
Can anyone advise how to open MS Excel from a MS Access database (plenty online really) but then select a worksheet and a row in the excel sheet (can't find anything)?
I also need to open MS Access from the Excel worksheet and I was hoping to use
however it seems Access 2010 does not support this 
Any help without redeveloping both into a single MS Access application would be appreciated.
Thanks,
Can anyone advise how to open MS Excel from a MS Access database (plenty online really) but then select a worksheet and a row in the excel sheet (can't find anything)?
I also need to open MS Access from the Excel worksheet and I was hoping to use
Code:
Set oApp = CreateObject("Access.Application")

Any help without redeveloping both into a single MS Access application would be appreciated.
Thanks,