HII!!
I have a shape and it has this text in the shape:-
ID: 1648280
Title: NR Analysis and report for colon 2016_12
Completed work: 7
Remaining work: 3
Now i Have a userform which appears after selecting the shape. and it has one text box with label completed work and one button - Save.
Now when i enter the value in the textbox and save it the shape should update to following text:-
ID: 1648280
Title: NR Analysis and report for colon 2016_12
Completed work: 'value user enters in UserForm1 textbox'
Remaining work: 0
How do i do it?
I have a shape and it has this text in the shape:-
ID: 1648280
Title: NR Analysis and report for colon 2016_12
Completed work: 7
Remaining work: 3
Now i Have a userform which appears after selecting the shape. and it has one text box with label completed work and one button - Save.
Now when i enter the value in the textbox and save it the shape should update to following text:-
ID: 1648280
Title: NR Analysis and report for colon 2016_12
Completed work: 'value user enters in UserForm1 textbox'
Remaining work: 0
How do i do it?