C
chanchal
My dotnet application was working fine with Office 2003 with the following
code
but now after installing office 2007 it throws microsoft error
Code throws error at .text
CODE SEGMENT
With m_WordApp.Selection.Find
.ClearFormatting
.Text = "//" & Trim(sText) & "//"
Please provide help
I am stuck here and my application is not working
code
but now after installing office 2007 it throws microsoft error
Code throws error at .text
CODE SEGMENT
With m_WordApp.Selection.Find
.ClearFormatting
.Text = "//" & Trim(sText) & "//"
Please provide help
I am stuck here and my application is not working