Private m_IncidentDateRange As New MCWebServiceCOMWrapper.DateRange

Public Property Get IncidentDateRange() As MCWebServiceCOMWrapper.DateRange
    IncidentDateRange = m_IncidentDateRange
End Property
Public Property Let IncidentDateRange(ByRef vNewValue As MCWebServiceCOMWrapper.DateRange)
    Set m_IncidentDateRange = vNewValue
End Property

Error comes up in Get method please help

link

37% accept rate
feedback

2 Answers

I would check the documentation for the MCWebServiceCOMWrapper.DateRange object and see if you are required to initialized it with values before you can use it. (maybe set a beginning and end date).

link
feedback

Don't you need to use "Set" there?

link
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.