Write me please procedure with use SetField for resources. In VBA not example. Help me, please!!!!
U Uriy Apr 3, 2007 #1 Write me please procedure with use SetField for resources. In VBA not example. Help me, please!!!!
J John Apr 3, 2007 #2 Uriy said: Write me please procedure with use SetField for resources. In VBA not example. Help me, please!!!! Click to expand... Uriy, The following will set the Text1 field of resource 1 to "Hi Uriy": Sub Uriy() activeproject.Resources(1).SetField FieldID:=pjResourceText1, _ Value:="Hi Uriy" End Sub John Project MVP
Uriy said: Write me please procedure with use SetField for resources. In VBA not example. Help me, please!!!! Click to expand... Uriy, The following will set the Text1 field of resource 1 to "Hi Uriy": Sub Uriy() activeproject.Resources(1).SetField FieldID:=pjResourceText1, _ Value:="Hi Uriy" End Sub John Project MVP
U Uriy Apr 4, 2007 #3 Thanks!!!! John said: Uriy, The following will set the Text1 field of resource 1 to "Hi Uriy": Sub Uriy() activeproject.Resources(1).SetField FieldID:=pjResourceText1, _ Value:="Hi Uriy" End Sub John Project MVP Click to expand...
Thanks!!!! John said: Uriy, The following will set the Text1 field of resource 1 to "Hi Uriy": Sub Uriy() activeproject.Resources(1).SetField FieldID:=pjResourceText1, _ Value:="Hi Uriy" End Sub John Project MVP Click to expand...