【发布时间】:2016-10-03 17:58:03
【问题描述】:
我有以下脚本,它将以下公式输入到范围 A2:A100 中。
WBNAME3 = "=IF(AND('\\insurance\it\FileData\Computers\DIPS\Change Control\[Justice League.xlsm]iForms'!A2<>"""", '\\insurance\it\FileData\Computers\DIPS\Change Control\[Justice League.xlsm]iForms'!E2=""""),'\\insurance\it\FileData\Computers\DIPS\Change Control\[Justice League.xlsm]iForms'!A2,"""")"
Worksheets("All Release Items").Range("E2:E100").Value = WBNAME3
我正在尝试定义以下变量来缩短脚本但没有运气。
Justice = "=IF(AND('\\insurance\it\FileData\Computers\DIPS\Change Control\[Justice League.xlsm]"
请有人帮忙告诉我哪里出错了?
提前谢谢你。
【问题讨论】: