ビューにいくつかの日付が保存されています。そして、getItemValue を使用してそれらを取得しています。
Dim repsondedDate As NotesDateTime
Set repsondedDate = timePart1doc.GetItemValue("dateResponded")
次のことをしようとすると、実行時に型の不一致が発生します。
Dim dateDifference As double
Set dtLocal = New NotesDateTime( Now )
dateDifference = repsondedDate.Timedifference(dtLocal)
誰が何がうまくいかないのかについて何か考えを持っていますか?