VB初心者質問スレPart2

このエントリーをはてなブックマークに追加
322318
>>320
そしたら今度はクラスが足りません。"Application"と怒られました。
そこで、
Function Item_Read()
Set Application = CreateObject("Outlook.Application")
Set myInspector= new Application.ActiveInspector
MsgBox "アクティブなアイテム: " & myInspector.CurrentItem.Subject
End Function
と足したら、
「プロパティが読み取り専用です」行番号2
と怒られました。
厨房ですまんです。「プロパティが読み取り専用です」でgoogle検索しても0件。。。
カンチガイしてるんでしょうか?