Hi
I want to use VBA code to update the criteria in the Data Warehouse table I'm using
The current code I have is:
Sub Macro1()
'
' Macro1 Macro
'
'
Sheets("List").Select
Range("A1").Select
Dim varCellValueList As String
varCellValueList = Range("G2").Value...