Skip to main content

Search

Search

Query To Get Excel Data Using Vb Script

Comments

1 comment

  • 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

Please sign in to leave a comment.