strbody = strbody & "<font face=""Verdana"" size=""1""> <strong>" + Replace(name, "/", "-") + "</strong></font>"
运行系统以发送电子邮件时,调试中没有错误,但由于此Replace(),表接口将变得混乱。 我已经尝试如下,但仍然不正确。请帮忙。 Tq
编辑:
Replace(name, "/", "-")
是在后面的代码中使用的正确语法,但是现在我需要将html格式的代码放在后面的代码中以发送电子邮件。所以我想我错过了一些要添加的字符。像<font face=""Verdana""
一样,我需要加上双“
'strbody = strbody & "<font face=""Verdana"" size=""1""> <strong>" + Replace(name, "" / "", "" - "") + "</strong></font>"