G
GoodLevitation
I have an ASP/C# .NET appliation. In that application, I'm saving an
advanced Word control. And whatever user typed in, I'm saving the data along
with formatting info in a HTML string into Oracle CLOB column. We are using
this control in many places ( and saving into many CLOB columns). Now, I want
to pull those HTML data onto Word document bookmarks through a macro that
will convert those HTML tags into associated word formatting.
For example, <strong>Testing 1,2,3</strong> will become bolded Testing
1,2,3. Do you have a macro example similar to this? If not, can you give me
some idea? One idea I have is to save the data from Oracle CLOB column as a
HTML file. Open that file. Copy the data there, and paste into Word. And
I have to do this process one CLOB column at a time. But that will be quite
inefficient. Do you advise a better way?
Thanks in advance.
advanced Word control. And whatever user typed in, I'm saving the data along
with formatting info in a HTML string into Oracle CLOB column. We are using
this control in many places ( and saving into many CLOB columns). Now, I want
to pull those HTML data onto Word document bookmarks through a macro that
will convert those HTML tags into associated word formatting.
For example, <strong>Testing 1,2,3</strong> will become bolded Testing
1,2,3. Do you have a macro example similar to this? If not, can you give me
some idea? One idea I have is to save the data from Oracle CLOB column as a
HTML file. Open that file. Copy the data there, and paste into Word. And
I have to do this process one CLOB column at a time. But that will be quite
inefficient. Do you advise a better way?
Thanks in advance.