how i print the copied text using MsgBox in macro.

how i print the copied text using MsgBox in Macro.

Can you explain further? it would be easier to answer if you can explain in detail as to what your are trying to do.

Where is the copied text coming from? Would you want a text to be displayed in the message box?

This syntax displays ‘Done!’ on a message box:

msgbox(“Done!”)