It's my first question here so please be easy on me.. I'm trying to create an excel report from a dataset i've created in MS Access as part of a MS-Access based large project. This project has to run on many machines and to avoid reference errors i use late-binding. My problem is that when i try to create (from Access) a Timeline using the "Slicercaches.add2" method my code fires error "5". As a test i've created the timeline from Excel-vba and i found that if i use the "XlTimeline" constant it works, but if i use the "2" value not . Is there a way to use the Xltimeline constant inside Access-Vba without reference to excel libraries??
Thanx in advance MF