G
greg
Hello,
I have Excel with project embeded in it. (insert object>>ms project
document)
from excel vba i would like to talk to project.
so i am trying this
Dim x As Excel.Worksheet
Set x = ThisWorkbook.ActiveSheet
Set y = x.OLEObjects(1)
c = y.Tasks.Count
i would think that y is project. but it does not seem like it.
can anyone help?
thanks
I have Excel with project embeded in it. (insert object>>ms project
document)
from excel vba i would like to talk to project.
so i am trying this
Dim x As Excel.Worksheet
Set x = ThisWorkbook.ActiveSheet
Set y = x.OLEObjects(1)
c = y.Tasks.Count
i would think that y is project. but it does not seem like it.
can anyone help?
thanks