D
Dan
Excel 2007: I am pulling data from an external source (Data ribbon, From
Other Sources, From SQL Server) using a query:
Select * from Transactions where TransType = 'NEW'
I'd like to put the value of TransType in a cell, so I can change the value
in the workbook, <Refresh ALL>, and the query runs with a different
constraint.
Is this possible? How do I pass the value of a cell to the query? I prefer
to NOT use VB, a form, or a macro.
Thanks! in advance.
--Dan
Other Sources, From SQL Server) using a query:
Select * from Transactions where TransType = 'NEW'
I'd like to put the value of TransType in a cell, so I can change the value
in the workbook, <Refresh ALL>, and the query runs with a different
constraint.
Is this possible? How do I pass the value of a cell to the query? I prefer
to NOT use VB, a form, or a macro.
Thanks! in advance.
--Dan