在VBE CodeModule中插入单元格的地址

时间:2017-08-29 10:54:32

标签: vba

我尝试将单元格的地址插入另一个模块。程序已经有效,但VBE不喜欢我尝试插入的文本。

datum = caffe_pb2.Datum(
            channels=3,
            width=224,
            height=224,
            data=np.rollaxis(img, 2).tostring())

它说"陈述结束"并选择" TheSheet"。我怎样才能将它标记为文字?

1 个答案:

答案 0 :(得分:0)

您需要在字符串中转义引号。在字符串中替换“with”“。