标签: excel database vba
a = Worksheets(1).Range("L3").Value source = "select * from table1 where [UserName] =' " & a & " ' "