I'm trying to create a macro that does the following:
On theButton was clicked
set theButton style =msoShapeStylePreset12
Run the query
Query refresh completes
set theButton style = msoShapeStylePreset14
end
But, the button doesn't change until after the query has refreshed. I eve...