A common issue I seem to encounter quite often in VBA is that a method or property will not show in the object browser and/or won't compile. I often find that, after flailing around a bit, turning on the correct reference library makes the problem go away. Is there a resource somewhere that helps determine what reference library contains a given method?
Specifically, my CURRENT issue is that when I attempt to use the following code:
(which HAS worked in the past) I get: "Compile Error: Method or Data Member Not found"
I'd be grateful for any suggestions!
Specifically, my CURRENT issue is that when I attempt to use the following code:
Code:
Application.ScreenUpdating = False
I'd be grateful for any suggestions!