Hi, can someone urgently help me.
i'm copying data from 1 book to the other by copying all the data from the selected file, opening a new book, select cell A1 then paste my data. This is succesful apart from on 2 pc's.
In debug mode after the error message if i proceed it still works!!
Does anyone know why this happens??
code:-
Workbooks.Add
Columns("C:C".Select 'format this column
Selection.NumberFormat = "@"
Range("A1".Select
ActiveSheet.Paste <-------- bombs out here
i'm copying data from 1 book to the other by copying all the data from the selected file, opening a new book, select cell A1 then paste my data. This is succesful apart from on 2 pc's.
In debug mode after the error message if i proceed it still works!!
Does anyone know why this happens??
code:-
Workbooks.Add
Columns("C:C".Select 'format this column
Selection.NumberFormat = "@"
Range("A1".Select
ActiveSheet.Paste <-------- bombs out here