Hello
Code adopted from below URL
https://analystcave.com/excel-using-sql-in-vba-on-excel-data/
Getting syntax error as per the above heading
when following query executed
SELECT [Sheet1$].[First Last], [Age], [Salary] FROM [Sheet1$] INNER JOIN [Sheet2$] ON [Sheet1$].[First...