We have currently crystal reports in VBA form in excel 2003 using Crystal XI Release 2. when I tried to migrate this report to "Crystal Report 2008 SP2" in VBA, I only found following reference 12.0 library
Crystal Activex Report Viewer Library 12.0 (Crviewer.dll)
but I couldn't find any reference library for (Craxdrt.dll) for crystal XI Release 2 it use to be
"Crystal reports Activex Designer Run Time Library 11.5";
so If i use 12.0 CRViewer.dll in VBA then I can create report object for it if "Craxdrt.dll"; is missing.
thanks