G
Guest
want to check for a specific value in col 1 and row 1. if that value is not
there, will cancel the operation.
how do i check for that value?
tried this
xlsheet.cells("1:1") = rowvalue
If rowvalue = "code" Then
GoTo contin
Else
GoTo Err_addl_update_Click
End If
contin:
rowvalue is defined as a string
get error msg that not valid construct
thanks for your help
there, will cancel the operation.
how do i check for that value?
tried this
xlsheet.cells("1:1") = rowvalue
If rowvalue = "code" Then
GoTo contin
Else
GoTo Err_addl_update_Click
End If
contin:
rowvalue is defined as a string
get error msg that not valid construct
thanks for your help