• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

copy text with formatting

Hi Friends,
Is there any way to extract the text from a cell to a userform textbox with formatting?
Thanks and Regards,
Sandeep
 
this is the code that I am using:

Controls("textbox3").Text = vbNewLine & ThisWorkbook.Worksheets("sheet3").Cells(1, 1).Text
 
Back
Top