gpt4 book ai didi

vba - 如何忽略 VBA 中的返回值?

转载 作者:行者123 更新时间:2023-12-02 05:23:13 25 4
gpt4 key购买 nike

是否可以在 VBA 中忽略函数的返回值?

我此刻必须做的:

Dim returnValue As Long 'This line is mandatory since I use Opition Explicit
returnValue = MsgBox("...")

我想做什么
MsgBox("...")

在 C++ 中,我会这样解决它:
(void) MsgBox("...")

(如何)我可以在 Excel-VBA 中解决这个问题吗?

最佳答案

如果您不想要函数或方法的返回值,请在不带括号的情况下进行调用:

Msgbox "Test"

关于vba - 如何忽略 VBA 中的返回值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38720937/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com