Hello,
I am using putexcel to add a line of text to a table cell. I would like to italicize a single word in the text. I could not find a way to italicize a single word either in the do file editor or in the putexcel command. Does anyone know if this is possible? I demonstrate what I am trying to achieve below.
Current code:
putexcel A16 = "Note: See Methodology for description ..."
Desired code:
putexcel A16 = "Note: See Methodology for description ..."
Thank you!
Tom
I am using putexcel to add a line of text to a table cell. I would like to italicize a single word in the text. I could not find a way to italicize a single word either in the do file editor or in the putexcel command. Does anyone know if this is possible? I demonstrate what I am trying to achieve below.
Current code:
putexcel A16 = "Note: See Methodology for description ..."
Desired code:
putexcel A16 = "Note: See Methodology for description ..."
Thank you!
Tom
Comment