I have a situation where I have two overlapping, semi transparent sheets popping up in my workbook after a bunch of VBA calculations, even though I select one of the sheets as my focus.
The offending statement seems to be:
Application.Calculation = xlCalculationAutomatic
that should just turn the calculations back on. But, it seems to be the one triggering the double vision. Below that statement I have:
Worksheets(“Summary”).Activate
Worksheets(“Summary”).Range(“A1:A1”).Select
to try and select just the Summary sheet. I realize that is redundant, but it refuses to select just the Summary sheet. There another sheet that sits semi-transparently on top of Summary.
?????????????? Any ideas, anyone??? ???????????????
The offending statement seems to be:
Application.Calculation = xlCalculationAutomatic
that should just turn the calculations back on. But, it seems to be the one triggering the double vision. Below that statement I have:
Worksheets(“Summary”).Activate
Worksheets(“Summary”).Range(“A1:A1”).Select
to try and select just the Summary sheet. I realize that is redundant, but it refuses to select just the Summary sheet. There another sheet that sits semi-transparently on top of Summary.
?????????????? Any ideas, anyone??? ???????????????