跳至主內容

搜尋

搜尋

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

登入寫評論。