Skip to content

Commit

Permalink
fix buttons for app.alert() on VBA/remote
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Aug 22, 2022
1 parent 6642f78 commit 5d8bb28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xlwings/addin/Remote.bas
Expand Up @@ -515,7 +515,7 @@ Sub alert(wb As Workbook, action As Dictionary)

Select Case myButtons
Case "ok"
myStyle = VBA.vbOK
myStyle = VBA.vbOKOnly
Case "ok_cancel"
myStyle = VBA.vbOKCancel
Case "yes_no"
Expand Down
Binary file modified xlwings/addin/xlwings.xlam
Binary file not shown.

0 comments on commit 5d8bb28

Please sign in to comment.