M
meg99
using 2003. Is it possible to reference a range or a particular cell
in Excel without opening Excel or can Excel be opened it in the
background making it invisible to the user?
Problem: I have a macro that creates an ID number based on the WBS.
I need to create a 2 letter designator in the ID from the WBS.
Example:
WBS 2.1.1 = Systems Engineering - the 2 letter ID would be SE
consequently I want the number to be xxxSExxxxx (the xxx prtion I
have already coded)
The WBS dictionary is in Excel and quite large and I don't want to
replicate that in an array inside the macro. I would like to be able
to capture that directly from the Excel file. That would also mean
that any changes to the WBS dictionary would be automaticlly captured
in Project without any changes to the macro.
meg99
in Excel without opening Excel or can Excel be opened it in the
background making it invisible to the user?
Problem: I have a macro that creates an ID number based on the WBS.
I need to create a 2 letter designator in the ID from the WBS.
Example:
WBS 2.1.1 = Systems Engineering - the 2 letter ID would be SE
consequently I want the number to be xxxSExxxxx (the xxx prtion I
have already coded)
The WBS dictionary is in Excel and quite large and I don't want to
replicate that in an array inside the macro. I would like to be able
to capture that directly from the Excel file. That would also mean
that any changes to the WBS dictionary would be automaticlly captured
in Project without any changes to the macro.
meg99