PC Review


Reply
Thread Tools Rate Thread

how can i use Microsoft agent with microsoft office?

 
 
=?Utf-8?B?QWJkdWw=?=
Guest
Posts: n/a
 
      24th Feb 2006
I'm tryin to use microsoft agent in microsoft office to read what ever i have
in the file. Thanks
 
Reply With Quote
 
 
 
 
Cindy M -WordMVP-
Guest
Posts: n/a
 
      25th Feb 2006
Hi =?Utf-8?B?QWJkdWw=?=,

> I'm tryin to use microsoft agent in microsoft office to read what ever i have
> in the file.
>

This is an end-user newsgroup, not a developer one. The Office.developer groups
would be the better place to address questions concerning agent.

You'll have to understand the object model of the Office application you want to
use agent with. For Word, you could loop through each paragraph and have agent
pick up the text. Something like this:

Dim doc as word.Document
Dim para as Word.Paragraph

Set doc = ActiveDocument
For each para in doc.Paragraphs
sAgentText = para.Range.Text
'Put the agent code here to "speak" the text
Next

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Microsoft Office and Microsoft Office infoPath errror 1605 SandyLea Microsoft Outlook Discussion 5 10th Apr 2010 10:34 PM
Microsoft offers a wide range of software, services, and Internettechnologies for personal and business computing. Featuring Microsoft Office,Microsoft Word, ... reddy Microsoft Word Document Management 0 7th Sep 2008 05:40 AM
microsoft office 97 and trial version Microsoft Office 2003 =?Utf-8?B?bWluZXJh?= Microsoft Access Getting Started 1 21st Jul 2006 06:48 AM
microsoft office 2003 keeps asking for microsoft office 2000 prem. =?Utf-8?B?cnlhbl9yaWdieQ==?= Microsoft Word Document Management 0 28th Sep 2004 02:09 AM
The office assistant requires Microsoft Agent 2.0 or later. HH Microsoft Outlook 0 14th Aug 2003 08:09 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:44 PM.