Hi
I am working on huge data file.
I am applying just three filters and copy pasting that data into different workbook.
after filtering I have :
Range("A1").Select
Selection.CurrentRegion.Select
Selection.CopySet wkbOpen = Workbooks.Open(Filename:="path\Output.xlsb")
Worksheets("Sheet1").Select
and this is where I get the error Subscript out of range error
I am working on huge data file.
I am applying just three filters and copy pasting that data into different workbook.
after filtering I have :
Range("A1").Select
Selection.CurrentRegion.Select
Selection.CopySet wkbOpen = Workbooks.Open(Filename:="path\Output.xlsb")
Worksheets("Sheet1").Select
and this is where I get the error Subscript out of range error