M
MarkP
I have a couple of macros for exporting to excel based on work started by Rod
Gill and Jack Dahlgren (Thanks to both).
My problem is that although excel is installed on all my user's PC, the VBE
setting may not be correct.
Manually checking all the time is painful and does not scale.
I would like to execute a a macro that does something like this:
Set MyPrj.VBProject.References("Microsoft Excel 11.0 Object Library") = True
I know the above syntax does not work, is there some way I can set the
Checkbox to True?
Thanks,
MarkP
Gill and Jack Dahlgren (Thanks to both).
My problem is that although excel is installed on all my user's PC, the VBE
setting may not be correct.
Manually checking all the time is painful and does not scale.
I would like to execute a a macro that does something like this:
Set MyPrj.VBProject.References("Microsoft Excel 11.0 Object Library") = True
I know the above syntax does not work, is there some way I can set the
Checkbox to True?
Thanks,
MarkP