Overload resolution failed because no accessible 'DateAdd' can be called without a narrowing conversion:
'Public Function DateAdd(Interval As String, Number As Double, DateValue As Object) As Date': Argument matching parameter 'Interval' narrows from 'Microsoft.VisualBasic.DateInterval' to 'String'.
'Public Function DateAdd(Interval As String, Number As Double, DateValue As Object) As Date': Argument matching parameter 'Number' narrows from 'String' to 'Double'.
'Public Function DateAdd(Interval As Microsoft.VisualBasic.DateInterval, Number As Double, DateValue As Date) As Date': Argument matching parameter 'Number' narrows from 'String' to 'Double'.
'Public Function DateAdd(Interval As Microsoft.VisualBasic.DateInterval, Number As Double, DateValue As Date) As Date': Argument matching parameter 'DateValue' narrows from 'String' to 'Date'. D:\LIBARY1\LIBARY1\internet.vb 71 24 LIBARY1