Hello, below code is performing on my book 1 - sheet 1.
it is not allow me Ctr+F manually..any specific reason..is my code affecting to this..?
'copy in new workbook
Range("A2", Range("F500").End(xlDown)).Copy
Dim wb As Workbook
Set wb = Workbooks.Add
ActiveSheet.Paste
Application.CutCopyMode...