Thats correct!
for instance, if you start te MACRO recorder then go into
the right pane of the resource usage view and enter an
actual work value anywhere in the project time span, then
stop the MACRO and edit it, you'll see that the dates were
picked up..
Q) how does the macro pick up the "StartTime" dates and
can I programmatically get that information through VBA?
recorded macro output
' Macro Recorded Mon 04-09-13 by Lenford Oleman.
PaneNext
'SelectTimescaleRange Row:=6, StartTime:="Tue 04-12-
28", Width:=1, Height:=1
'ActiveProject.Resources.UniqueID
(66).Assignments.UniqueID(2097154).TimeScaleData
(StartDate:="04-12-28 00:00", EndDate:="04-12-29 00:00",
Type:=10, TimescaleUnit:=4, Count:=1).Item(1).Value = "2"
'SelectTimescaleRange Row:=7, StartTime:="Tue 04-12-
28", Width:=1, Height:=1
I really need to solve this!
Thanks LCO