由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - VBA问题-怎么从OUTLOOK里面读回信人的名字
相关主题
*********VBA Macro 打开 Excel 问题.***********Interfacing Microsoft Excel VBA with FORTRAN (转载)
Excel VBA中mode 函数求助正在学excel 中的VBA,我的"编辑"下面怎么没有"定位"?
想问个EXCEL 的问题Excel VBA copy recordset 的瓶颈
有人懂MAPI么?question about excel and access
ARRAY BASIC,这种宏写的出来吗?save a VBA macro in excel using vbscript (转载)
Outlook .pst file access (转载)Help needed to generate excel report using .Net and C#
Please Help me with this Excel VBA problem //bow问一个EXCEL VBA programming的问题。
Excel VBA protection.VBA Excel入门教程
相关话题的讨论汇总
话题: outlook话题: code话题: vba话题: set话题: 程序
进入Programming版参与讨论
1 (共1页)
x*******a
发帖数: 11067
1
群发了EMAIL,需要把所有回信人的名字记录下来(一百多个).请问能不能用一个VBA来做
?我把所有的信都COPY到一个FOLDER下面了,然后在一个EXCEL里面写了如下程序(很菜很
菜的,在网上查的程序),但是到了某一步不WORK了.就是这一步,ERROR CODE 438.
object does not support this method. 我不清楚是CODE的问题,还是说如果要用这个
功能,我的OUTLOOK需要升级或者RECONFIG.另外如果不用CODE,OUTLOOK本身有啥工具可
以做这个呢?
谢谢了.
Sheets("Sheet1").Cells(i, 1) = MyItems(i).FullName
程序如下:
Sub getFullnamefromOutlook()
Set olApp = CreateObject("Outlook.Application")
Set myNamespace = olApp.GetNamespace("MAPI")
myNamespace.AddStore "C:\" & myNamespace.Curr
1 (共1页)
进入Programming版参与讨论
相关主题
VBA Excel入门教程ARRAY BASIC,这种宏写的出来吗?
Using EXCEL VBA to download information from websiteOutlook .pst file access (转载)
anyone recommend a book for "Excel VBA programming"?Please Help me with this Excel VBA problem //bow
question on Excel VBAExcel VBA protection.
*********VBA Macro 打开 Excel 问题.***********Interfacing Microsoft Excel VBA with FORTRAN (转载)
Excel VBA中mode 函数求助正在学excel 中的VBA,我的"编辑"下面怎么没有"定位"?
想问个EXCEL 的问题Excel VBA copy recordset 的瓶颈
有人懂MAPI么?question about excel and access
相关话题的讨论汇总
话题: outlook话题: code话题: vba话题: set话题: 程序