Error trapping FALSE fields

Ace71425

Board Regular
Joined
Apr 20, 2015
Messages
130
Hello I have an excel sheet that uses cursor mouse events to copy and paste fields from somewhere on the computer...about every 50th time or so for whatever reason it pastes one of the fields as FALSE...how can I error trap this to loop it back around...I've tried if statements like

If Range ("A1") = "FALSE" Then

But it's not working I dunno if it's because the way it pastes false it's not registered as text or something but let me know maybe something like false without parenthesis or Range ("A1").Text...I know how to loop it so don't worry about that I just need to know why the IF statement isn't recognizing the FALSE text in the cell...thanks!
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
if it's not a FALSE text, but a FALSE result, try removing the quotation marks.
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top