Why does my code below not work? It highlights the .OpenText part and states:
Expected function or variable
Dim Indata As Excel.Workbook
Set Indata = Workbooks.OpenText(Filename:="C:\Users\thePunter\Desktop\Count_Types_062016.txt", DataType:=xlDelimited, Tab:=True)