on ‎2015 May 12 8:33 AM
Request clarification before answering.
Hello Omri,
In Common module there's Sub MenuRefreshVariables which can be used.
Sub MenuRefreshVariables()
On Error Resume Next
MsgBox "before"
Dim lCMD As String
lCMD = pAddin.ExcelInterface.cCMDRefreshVariables
Call pAddin.ExcelInterface.ProcessBExMenuCommand(lCMD)
MsgBox "after"
End Sub
BR
Ondrej
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.