RE: Storing data in excel sheet
Hi Saket,
I tried your code, but when i leave the USER_NAME field to blank, it does not do this loop:
Pls help me on that?
Regards,
linhke
Any Ideas?
Hi Saket,
Hi Saket,
Sorry, In my previous reply i didn't describe as my idea. Pls focus on this below:
I tried your code, but when i leave the USER_NAME field to blank, it does not do this loop:
Pls help me on that?
Regards,
linhke
Hi Saket,
I tried your code, but when i leave the USER_NAME field to blank, it does not do this loop:
Code:
If rs.Fields("USER_NAME").Value <> Null Then
msgbox rs.Fields("USER_NAME").Value
End If
Pls help me on that?
Regards,
linhke
Any Ideas?
Hi Saket,
Hi Saket,
Sorry, In my previous reply i didn't describe as my idea. Pls focus on this below:
I tried your code, but when i leave the USER_NAME field to blank, it does not do this loop:
Code:
If rs.Fields("USER_NAME").Value = Null Then
Reporter.ReportEvent micFail......
End If
Pls help me on that?
Regards,
linhke