B
BF2K
I would like to create a macro to loop thru all resources and provide
new cost (in cost rate table A) that would become effective on 1/1/08
Is there a way to do this with VBA?
I tried recording a macro, but when I do so I get only:
Sub Macro1()
SelectResourceField Row:=0, Column:="Standard Rate"
End Sub
Ie, no actual updating of entries is recorded by the macro.
Any suggestions would be appreciated.
Thanks,
Bo
new cost (in cost rate table A) that would become effective on 1/1/08
Is there a way to do this with VBA?
I tried recording a macro, but when I do so I get only:
Sub Macro1()
SelectResourceField Row:=0, Column:="Standard Rate"
End Sub
Ie, no actual updating of entries is recorded by the macro.
Any suggestions would be appreciated.
Thanks,
Bo