cancel
Showing results for 
Search instead for 
Did you mean: 

Bex workbook does not run properly on 2010

former_member271371
Participant
0 Kudos

Hi,

I have a problem with my workbook. This runs on the 2007 without error. I have the workbook
extended by a module. In this module, the date of filter taken out and inserted the TextQueryTitle.
When I start the workbook, you can see very briefly the date in the textQueryTitle. Then it disappears again.
I have set in my module one debugpoint to the end. When I run it up to this debugpoint, is the date.
If I press F8 and debug, he jumps to the end from sub MenuRefreshVariables (). When I look now
the workbook look at the date in the TextQueryTitle field is gone.

Here the sub function

Sub MenuRefreshVariables ()
   On Error Resume Next
   Dim lcmd As String
   lcmd = pAddin.ExcelInterface.cCMDRefreshVariables
   Call pAddin.ExcelInterface.ProcessBExMenuCommand (lcmd)
End Sub <-Here is the point where the debug is

regards
Kerim

Accepted Solutions (0)

Answers (1)

Answers (1)

michael_devine
Employee
Employee
0 Kudos

Hi,

Try the repairs listed in Note 1643646 - BExAnalyzer: Repair/Prepare Workbooks for Excel
2010

Regards,

Michael

former_member271371
Participant
0 Kudos

Hello Michael,

I can not find this sap note under 1643646.

regards

michael_devine
Employee
Employee
0 Kudos

Hi,

Apologies it was only given limited release so please disregard.

Regards,

Michael