Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Docking Pane
  New Posts New Posts RSS Feed - Reference to Excel 10.0 Library
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Reference to Excel 10.0 Library

 Post Reply Post Reply
Author
Message
brit View Drop Down
Newbie
Newbie


Joined: 27 November 2006
Location: Korea, South
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote brit Quote  Post ReplyReply Direct Link To This Post Topic: Reference to Excel 10.0 Library
    Posted: 27 November 2006 at 11:32pm
Hi all
 
I'm currently testing the Dockpane control, and have encountered some bug: I am using VB 6.0, and I need to call an excel file to store some data, print reports etc. For this, I need the reference to the Microsoft Excel 10.0 Object Library in my VB project. However, when I run the application, VB crashes with the following message
Run-Time error '12':
Type mismatch
 
The error points to the code for the loading of the form containing the DockPane object,
 
Private Sub Form_Load()
Dim D as Pane
Set D = Me.DockingPane1.CreatePane(4, 320, 60, DockRightOf, Nothing)
etc...
 
Any ideas for a workaround on this issue? What is causing this crash??
 
Thanks in advance!!
 
JM
Back to Top
brit View Drop Down
Newbie
Newbie


Joined: 27 November 2006
Location: Korea, South
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote brit Quote  Post ReplyReply Direct Link To This Post Posted: 27 November 2006 at 11:37pm
Hi all (again)
 
Sorry for this message, I just noticed that the previous Post tackled the same issue, and included the fine solution on top of that
 
Topic closed! ^^
JM
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.109 seconds.