I have a macro that is creating formulas in a spreadsheet. The only issue I have (and I think it is slowing down the code) is that everytime I create a formula in each cell the code calls the "Private Sub Worksheet_Change(ByVal Target As Range)" code each time. Is there a way to disable temporarily and then enable once the macro is complete? Thanks.
Bookmarks