Zero Values randomly being replaced by N/A's - no idea what is causing

MacroEcon1337

Board Regular
Joined
Mar 16, 2017
Messages
65
I have a workbook with lots of sheets and macros. At random times, certain "zero values" are replaced by "N/A" (the string N/A, not the #NA error). I can't find any pattern or reason for why this happens. Only about 1% of zeros are affected - all of them are static values, and none are involved in any macros whatsoever.

Has anyone heard of this before? A colleague suggested the issue may pertain to a broader MSFT error, as opposed to something unique to our workbook.

Fingers crossed for any ideas!

MC
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Hi MC,

Since the zeros are being replaced with "N/A" instead of #N/A, I suggest starting by doing a find search through any open VBA projects for the string "N/A".

If they were getting replaced by #N/A, there would be a lot more potential causes.
 
Upvote 0
Hi MC,

Since the zeros are being replaced with "N/A" instead of #N/A, I suggest starting by doing a find search through any open VBA projects for the string "N/A".

If they were getting replaced by #N/A, there would be a lot more potential causes.

Nailed it - random sort function ran amok. Ty for this brilliantly simple idea.

MC
 
Upvote 0

Forum statistics

Threads
1,214,962
Messages
6,122,482
Members
449,088
Latest member
Melvetica

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