View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dii jii dii jii is offline
external usenet poster
 
Posts: 6
Default Excel Macro error

Hi,


We have macro to extract the subject line from outlook mail folders..


It used to work ok..But for some reason now it errors out on this
line:


*Set ns = Application.Session*


iGrandRow = 2


Set wsCsd = wb.Worksheets(Tabnum1)


And here is the error messege:


“Object doesn’t support this property or method (Error 438)”


We have only this references :


Visual basic for application


Ms Excel 11:0 Object library


OLE Automation


Ms Office 11:0 object library


Outlook 11:00 object library..


Please let me know if we are missing any other object..


Thanks in advance.