RE: [KCFusion] OT: Desktop automation text transfer

2003-08-27 Thread Ellis, Randy
Try using VBA in Excel, Word, or possibly Outlook. Excel Macro example: Sub GetEmails() Dim myApp As New Outlook.Application Dim myNS As NameSpace Dim myFolder As MAPIFolder Dim myItems As Items Dim intLoopCounter As Integer, Idx As Integer Set myNS =

RE: [KCFusion] OT: Desktop automation text transfer

2003-08-27 Thread Keith Purtell
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ellis, Randy Sent: Wednesday, August 27, 2003 8:19 AM To: '[EMAIL PROTECTED]' Subject: RE: [KCFusion] OT: Desktop automation text transfer Try using VBA in Excel, Word, or possibly Outlook. Excel Macro example: Sub GetEmails