Hi Guys,
I hope all is well, just want to inquire if there's a way to copy all the format of excel.xlsb file to ibm notes 9, I have here a part of the code which directly affects the formatting, I'm just a beginner in vba and couldn't search for the correct keyword in the net to search for the correct one, I believe .GetText will just paste all by text so I'm looking for the correct code to paste this as formatted one as well. Thanks in advance and a have a wonderful and productive day ahead!
rnBody.Copy
Call uidoc.InsertText(stMsg & vbCrLf & vbCrLf & Data.GetText)
I hope all is well, just want to inquire if there's a way to copy all the format of excel.xlsb file to ibm notes 9, I have here a part of the code which directly affects the formatting, I'm just a beginner in vba and couldn't search for the correct keyword in the net to search for the correct one, I believe .GetText will just paste all by text so I'm looking for the correct code to paste this as formatted one as well. Thanks in advance and a have a wonderful and productive day ahead!
rnBody.Copy
Call uidoc.InsertText(stMsg & vbCrLf & vbCrLf & Data.GetText)