You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to get bold text in the middle of a string?
Cell Contents = "hello <b>my name</b> is Mr. Magoo";
Output in cell shows as hello my name is Mr. Magoo . Is there a way to have it printed as
helloo my name is Mr. Magoo
Is there a way to get bold text in the middle of a string?
Cell Contents = "hello
<b>my name</b>is Mr. Magoo";Output in cell shows as hello my name is Mr. Magoo . Is there a way to have it printed as
helloo my name is Mr. Magoo