Hello!!
I have this code to insert some information in shapes.
I want it to appear in the shape as:-
ID: 1604449
Title: When Review marker tool is on blow-up shows exception
Completed work :7
Remaining work :4
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Can i do it? Some part in bold some part no bold..Thanks in advance[/TD]
[/TR]
</tbody>[/TABLE]
I have this code to insert some information in shapes.
Code:
Selection.ShapeRange.TextFrame2.TextRange.Characters.text = "ID: " & GetWiId & vbNewLine & "Title: " & title & vbNewLine & "Completed work :" & GetWiCompleted & vbNewLine & "Remaining work :" & GetWiRemaining
I want it to appear in the shape as:-
ID: 1604449
Title: When Review marker tool is on blow-up shows exception
Completed work :7
Remaining work :4
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Can i do it? Some part in bold some part no bold..Thanks in advance[/TD]
[/TR]
</tbody>[/TABLE]