I have scoured the internet, and can't find anything that I can decipher that is even close to what I need, although all of it seems to work for others.
This is what I have:
Sub App_Mig_Status()
Workbooks("Recieving.xlsm").Worksheets("Recieving_Data").Range("A2:AS2001").Value = Workbooks("Sending.xlsx").Worksheets("Sending_Data").Range("C9:AU2008").Value
End Sub
First let me explain that I am pulling from a "Report" that is generated by someone else, and that takes about 2 hours to run, so I am not wanting to re-invent that wheel.
The above code copies the values, but there is formatting in each of the fields that I need to be able to filter on.
I can manipulate this to do a straight copy, however something in their code breaks the auto filter option's I have setup, and the one's I am trying to setup by Cell Color. (I have that code also)
However I can't figure out how to manipulate this to do a copy / paste of Values & formulas so I can try and do the auto filter that I need to do.
Help - Please!
T.
This is what I have:
Sub App_Mig_Status()
Workbooks("Recieving.xlsm").Worksheets("Recieving_Data").Range("A2:AS2001").Value = Workbooks("Sending.xlsx").Worksheets("Sending_Data").Range("C9:AU2008").Value
End Sub
First let me explain that I am pulling from a "Report" that is generated by someone else, and that takes about 2 hours to run, so I am not wanting to re-invent that wheel.
The above code copies the values, but there is formatting in each of the fields that I need to be able to filter on.
I can manipulate this to do a straight copy, however something in their code breaks the auto filter option's I have setup, and the one's I am trying to setup by Cell Color. (I have that code also)
However I can't figure out how to manipulate this to do a copy / paste of Values & formulas so I can try and do the auto filter that I need to do.
Help - Please!
T.