Forum Discussion
AOSPWB
Aug 06, 2026Brass Contributor
VBA Code stops
Not sure what is going on... this was working and now all the sudden the code stops part way through. Here is the current code (linked to a button) Private Sub CommandButton2_Click()
Dim cofCo...
AOSPWB
Aug 06, 2026Brass Contributor
Okay... did some trial and error and found it had to do with "trusted" documents and for some reason, the enable content was not "enabling" properly. Took off trusted documents and have to click on enable content when it opens and now it works.... however, does anyone have any ideas as to how I could force the file to only refresh specific tabs and not all the tabs? (time saver)... most of the files only need a couple tabs updated while others need all, so if I create a button to give the choice it will save time.