View Single Post
 
Old 06-19-2014, 10:52 AM
NobodysPerfect NobodysPerfect is offline Windows 8 Office 2010 32bit
Competent Performer
 
Join Date: Jan 2014
Location: Germany
Posts: 136
NobodysPerfect is on a distinguished road
Default

Hi,

I think you could use "FormattedText"

Code:
Set rngSource = YourRichTextField
YourTable(Cell x, y).Range.FormattedText = rSource
HTH
NP
Reply With Quote