Copy from cell to textbox and maintain all formatting with vba
问题 I need to be able to copy all data entered in a cell and copy it to a textbox. The text is a mixture of different font styles, including colours, bold, italic, and underlined text. The user will then be able to enter more information onto the textbox, using different styles etc. The hope from there is to be able to use vba to copy back to the original cell from the textbox. The rationale is to allow the user to be able to type quite lengthy notes without the constraints of a cell. I am open