跳到主内容

搜索

搜索

Query To Get Excel Data Using Vb Script

评论

1 条评论

  • Avatar
    Shotaro Ito
    At least you need to quote string by "" (double quotations) - would it work?
    [code]
    "SELECT [Address 1] FROM [Ship To Lists$] WHERE [Name] = '" & Format.NamedSubstrings("Place").Value & "'"
    [/code]
    0

请先登录再写评论。