Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Good people,
I am stumped... Chronology: I use VBA to perform many calculations I store these calculations in Access I do all this using the VBE from Excel I retrieve values from Access, and then store them in local arrays I bind these arrays to ChartSpaces within UserForms I've done this successfully using OWC11 and Excel 2007 on a 32-bit version of Vista I've upgraded Windows 7 64-bit and to Office 2010 Immediately I start getting errors :'( about references, and some additional keywords I need to use for my code to work on a 64-bit I updated the references/libraries, and modified the code to run in Office 2010 on 64-bit Windows 7 (e.g. adding the PtrSafe keyword to declaration statements). I can now run calculation routines successfully When I open up the UserForms, however, the ChartSpaces are missing?? I make sure OWC11 is referenced correctly; I can browse it within the object browser, so everything seems fine to me... I try to add "additional controls..." to the toolbox form, but I cannot find the ChartSpace control under the list of available controls :''( Can anyone help me out? If I can just get the ChartSpace control to the toolbox form, then I can just re-add the required ChartSpaces that my code references... I have not been able to solve this problem on my own, and I was unable to find a solution form internet searches. I am at a loss; any help would be greatly appreciated, B |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Should I use Excel or the OWC11.spreadsheet control in a web page? | Excel Programming | |||
Save Control To Userform Toolbox | Excel Programming | |||
control toolbox and userform toolbars in XL 03 | Excel Discussion (Misc queries) | |||
How to turn off control toolbox while showing a userform | Excel Programming | |||
Control Toolbox does not appear when trying to design a Userform! | Excel Programming |