by bigjim » Mon Jan 27, 2014 2:42 pm
Hi
I have a problem in Excel when booking a bet, when my Macro runs and puts data into the data sheet to book a bet nothing happens.
The data in the data sheet appears to be frozen. However if I cancel the macro at the point at which the bet data has been entered the sheet/data unfreezes and it’s accepted.
Application.ScreenUpdating and Application.EnableEvents are not used in the macro yet.
The macro is triggered with Private Sub Worksheet_Calculate()
If WorksheetFunction.CountIf
Don’t know if this is freezing the data sheet.
Thanks