Home All Groups Group Topic Archive Search About

asp object required problem



Author
13 Mar 2005 8:43 AM
Snke
Set wApp = CreateObject("Word.Application")
wapp.Selection.Find.ClearFormatting

While use 'wapp.Selection.Find.ClearFormatting' in asp, then have error.
error msg: 'Object required: Selection'
How can I solve this problem? thx.

Author
13 Mar 2005 1:53 PM
Steven Burn
Take a look here;

http://surl.co.uk/?1268

Original URL:
http://groups.google.co.uk/groups?hl=en&lr=&threadm=3E488A22.3030008%40cox.net&rnum=1&prev=/groups%3Fhl%3Den%26lr%3D%26q%3D.Selection.Find%2Bvbscript

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Show quote
"Snke" <S***@discussions.microsoft.com> wrote in message news:788C19D1-D7F5-414A-83D2-2EB1C41F7BAA@microsoft.com...
> Set wApp = CreateObject("Word.Application")
> wapp.Selection.Find.ClearFormatting
>
> While use 'wapp.Selection.Find.ClearFormatting' in asp, then have error.
> error msg: 'Object required: Selection'
> How can I solve this problem? thx.
>
Author
13 Mar 2005 2:43 PM
Snke
thx for your reply, but it is solution for word macro, but I want to solve
this problem in ASP.

Show quote
"Steven Burn" wrote:

> Take a look here;
>
> http://surl.co.uk/?1268
>
> Original URL:
> http://groups.google.co.uk/groups?hl=en&lr=&threadm=3E488A22.3030008%40cox.net&rnum=1&prev=/groups%3Fhl%3Den%26lr%3D%26q%3D.Selection.Find%2Bvbscript
>
> --
> Regards
>
> Steven Burn
> Ur I.T. Mate Group
> www.it-mate.co.uk
>
> Keeping it FREE!
>
> "Snke" <S***@discussions.microsoft.com> wrote in message news:788C19D1-D7F5-414A-83D2-2EB1C41F7BAA@microsoft.com...
> > Set wApp = CreateObject("Word.Application")
> > wapp.Selection.Find.ClearFormatting
> >
> > While use 'wapp.Selection.Find.ClearFormatting' in asp, then have error.
> > error msg: 'Object required: Selection'
> > How can I solve this problem? thx.
> >
>
>

AddThis Social Bookmark Button