내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Report Builder - Refreshing Report dialogue hung up

Avatar

Level 2

Issue: Report Builder - Refreshing Report dialogue box stays open after reports are properly refreshed which leads to end-user confusion.

Scenario:

  • Running the following vba code:

  • The macro finishes and the data is clearly updated as expected... however the dialogue box (below) persists

                    report_builder_refreshing_dialogue.PNG

Is there something I can add to the vba to force quit this upon success?

Thanks in advance

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

That's basically a copy/paste of the code from our VBA KB article, so if the dialogue isn't going away and you're on the latest version of Report Builder, I'd recommend creating a ticket with customer care with exact steps to reproduce so the agent can clearly see the issue on their machine. Once that happens, we can get it to our engineering team for a fix. Thanks!

원본 게시물의 솔루션 보기

5 답변 개

Avatar

Employee Advisor

Does this error occur when you're working on a fresh workbook? Just trying to nail down the scope of this issue.

Avatar

Level 2

There are some unrelated ODBC connections and a couple tabs. Nothing that should directly impact this macro functionality, though.

Avatar

Employee Advisor

Does it specifically work in a fresh workbook though? Determining if it's workbook-specific, macro-specific or machine-specific will provide a lot of headway into determining what the root cause of the issue is.

Avatar

Level 2

Refresh works if I manually use the button in the ribbon and/or right-click within the data set to refresh. It's just when the above vba code is called via Macro that it hangs.

Avatar

정확한 답변 작성자:
Employee Advisor

That's basically a copy/paste of the code from our VBA KB article, so if the dialogue isn't going away and you're on the latest version of Report Builder, I'd recommend creating a ticket with customer care with exact steps to reproduce so the agent can clearly see the issue on their machine. Once that happens, we can get it to our engineering team for a fix. Thanks!