Excel for Mac 消息框溢出问题

问题描述

这是我的代码
这在 PC 上效果很好,但尝试在 mac 上测试它,因为最终用户将在 mac 上。 Excel for Mac 非常新。

If Evaluate("Vlookup(" & SkuNbr & ",MatSku_Lkp,2,false)") <> Catgry Then
answer = MsgBox("You have selected to change the Category of this Material Sku." _
& vbCrLf & vbCrLf & "Select 'OK' if you wish to continue." _
& vbCrLf & "Select 'CANCEL' if you wish to review your selections." _
& vbCrLf & "",vbOKCancel + vbQuestion,"VERIFY SELECTION")
**If answer = vbCancel Then** Exit Sub
End If

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)