PhoenixDon
MIS
My users have a requirement to extract certain data elements and email them to another out of state office. They have been typing them, but I would like to simplify this to a button click, then paste in the email. My question, how can I build a multi-line formatted string, and copy it to the buffer, so it can be pasted?
myStr = [Course Name].value
CopyToBuffer(myStr)
Thanks,
Don in Phoenix
myStr = [Course Name].value
CopyToBuffer(myStr)
Thanks,
Don in Phoenix