Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > asp object required problem

Reply
Thread Tools

asp object required problem

 
 
Snke
Guest
Posts: n/a
 
      03-13-2005
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.

 
Reply With Quote
 
 
 
 
Steven Burn
Guest
Posts: n/a
 
      03-13-2005
Take a look here;

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

Original URL:
http://groups.google.co.uk/groups?hl...ind%2Bvbscript

--
Regards

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

Keeping it FREE!

"Snke" <> wrote in message news:788C19D1-D7F5-414A-83D2-...
> 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.
>


 
Reply With Quote
 
 
 
 
Snke
Guest
Posts: n/a
 
      03-13-2005
thx for your reply, but it is solution for word macro, but I want to solve
this problem in ASP.

"Steven Burn" wrote:

> Take a look here;
>
> http://surl.co.uk/?1268
>
> Original URL:
> http://groups.google.co.uk/groups?hl...ind%2Bvbscript
>
> --
> Regards
>
> Steven Burn
> Ur I.T. Mate Group
> www.it-mate.co.uk
>
> Keeping it FREE!
>
> "Snke" <> wrote in message news:788C19D1-D7F5-414A-83D2-...
> > 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.
> >

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create a VD with required properties on a required Web Server (Windows Advanced Server 2000 has 3 Web Servers) Just D. ASP .Net 0 03-10-2006 06:02 AM
Object creation - Do we really need to create a parent for a derieved object - can't the base object just point to an already created base object jon wayne C++ 9 09-22-2005 02:06 AM
ASP object required error - vbscript News Groups ASP General 3 08-09-2004 05:34 PM
Error: VBScript runtime (0x800A01A8) Object required: '[object]' Carolyn Speakman XML 1 07-30-2004 07:40 AM
object required, problem with memory? Pablo ASP General 0 06-18-2004 11:49 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57