I currently have a Macro which searches a range for blank cells, selects all non-Blank cells within that range and Copies them. I have another Macro which Pastes them. Several of the cells that I copy include =Randbetween(0,99), and as soon as my Paste macro performs its Paste operation, all of my Randbetweens re-roll. The Randbetweens come from a different sheet, so I'd like to prevent all cells/processes from updating on the entire document, not just one sheet.
How can I prevent this macro from triggering an update/recalculation?
And for reference, the PasteValues is
Bookmarks