Search found 1 match

by chaitanyakonda
2014-09-26T09:24:59-07:00
Forum: Windows COM+ & Visual Basic
Topic: Convert Failed
Replies: 0
Views: 53423

Convert Failed

I'm using Windows 7 and Excel 2013. I added the reference ImageMagickObject 1.0 Type Library and also made sure that I am not binding early. But I still have an error when I run the following code. Private Sub CommandButton1_Click() On Error GoTo ErrorHandler Dim img Set img = New ImageMagickObject....