Hi,
I am working on a macro to cycle through a data validation list, calculate the sheet, then print each record each time. The problem I am having is that when I place the value from the list in the calucated cell dropdown, I cannot get the sheet to calculate before it runs the print portion of the macro. So basically it is just inserting value after value and printing the sheet without ever recalculating the sheet each time.
Does anyone know how I can accomplish this? I have tried pausing the macro for a time, then use the worksheet calculate event, but that has not worked. Any help is appreciated.
I am working on a macro to cycle through a data validation list, calculate the sheet, then print each record each time. The problem I am having is that when I place the value from the list in the calucated cell dropdown, I cannot get the sheet to calculate before it runs the print portion of the macro. So basically it is just inserting value after value and printing the sheet without ever recalculating the sheet each time.
Does anyone know how I can accomplish this? I have tried pausing the macro for a time, then use the worksheet calculate event, but that has not worked. Any help is appreciated.