当我在开发人员中运行它时,我编写了一个可以顺利运行大约1,000行的宏,但是当我将它链接到命令按钮并按下按钮启动它时,它只执行一行。
有人知道这里出了什么问题以及如何解决这个问题?谢谢:)
let encryptedString = tripleDesEncrypt(plainString: "This is a test.")
print(encryptedString) //->QmWafUwPY/MVWu3lHa3c5A==
let decryptedString = tripleDesDecrypt(base64String: encryptedString)
print(decryptedString) //->This is a test.
//Try by yourself...
let origString = tripleDesDecrypt(base64String: "5lg3yg7Q+Y8=")
print(origString)
答案 0 :(得分:2)
您的lastRow正在从ActiveSheet中定义,但您的公式将进入Tabelle3