F
Fred Smith
I activate a filter, then use the following to copy the filtered records to
a new workbook:
Selection.CurrentRegion.Copy
Workbooks.Add
ActiveSheet.Paste
However, this copies values, not formulas. If I copy each row separately, I
get the formulas, but not when I do it en mass as above.
How can I get the formulas copied, rather than the values?
a new workbook:
Selection.CurrentRegion.Copy
Workbooks.Add
ActiveSheet.Paste
However, this copies values, not formulas. If I copy each row separately, I
get the formulas, but not when I do it en mass as above.
How can I get the formulas copied, rather than the values?