C
c19h28o2
Hi,
I've added an OWC 11 component to an Access Form but cannot access the
cells via vba
I have tried setting the object as follows
Dim owcSpread As OWC11.Spreadsheet
Set owcSpread = Form_Form1.Spreadsheet0
But I get a type mismatch.....
I have also just tried Form_Form1.Spreadsheet0 but intellisense
doesn't display anything about cells etc.
Thanks for any help...
I've added an OWC 11 component to an Access Form but cannot access the
cells via vba
I have tried setting the object as follows
Dim owcSpread As OWC11.Spreadsheet
Set owcSpread = Form_Form1.Spreadsheet0
But I get a type mismatch.....
I have also just tried Form_Form1.Spreadsheet0 but intellisense
doesn't display anything about cells etc.
Thanks for any help...