
How to export to Html using Crystal's VB activeX
You need to use
crObject.PrintFileType = ???? and
crObject.PrintFileName = ???? and
crObeject.Destination=2 ' Output to a file
PrintFileType has several HTML formats available, see the developer help
files for more details