The what dTranDate, was originally a string from another worksheet...
both worksheets are formated as custom Dates...
either way I do this as a Date or String, it's not finding the date on
the new worksheet???
Set oBVCW_NEWCell =
oBVCW_NEWRange.Find(What:=dTranDate, LookIn:=xlValues) 'might get an
error with a string looking for a date... will see
If oBVCW_NEWCell Is Nothing Then
oBVCW_NEWCell(iRow, i1 + 1).Value = cADR
oBVCW_NEWCell(iRow, i1).Value = iRooms
End If
any ideas...