M
MarkP
I have created a couple of export of excel macros based on the excellent work
of Rod Gill and Jack Dahlgren.
My problem is that although I am guaranteed an Excell 11 install by all my
users, the Reference setting within MS Project 2007 VBE is not checked.
What I would like to be able to do is run a macro that does this:
Dim PrjMe As Project
Set PrjMe = ActiveProject
PrjMe.VBProject.References("Microsft Excel 11.0 Object
Library").VBE.SelectedVBComponent = True
This syntax does not work..
Is it possible to directly set the checkbox to True ?
thanks,Mark
of Rod Gill and Jack Dahlgren.
My problem is that although I am guaranteed an Excell 11 install by all my
users, the Reference setting within MS Project 2007 VBE is not checked.
What I would like to be able to do is run a macro that does this:
Dim PrjMe As Project
Set PrjMe = ActiveProject
PrjMe.VBProject.References("Microsft Excel 11.0 Object
Library").VBE.SelectedVBComponent = True
This syntax does not work..
Is it possible to directly set the checkbox to True ?
thanks,Mark