spike101
03-11-2004, 06:21 AM
Hi,
I need some help, I need my worksheet to stop at a cell that has the same value as a textbox in my form.
I think the following is the code, but my overall function doesn't work. Dawgs. Is this the correct format to use? If not, could you suggest alternate methods.
If ActiveCell.Value <> txtProductCode.Value Then
Thanks
I need some help, I need my worksheet to stop at a cell that has the same value as a textbox in my form.
I think the following is the code, but my overall function doesn't work. Dawgs. Is this the correct format to use? If not, could you suggest alternate methods.
If ActiveCell.Value <> txtProductCode.Value Then
Thanks