G
Guest
I am getting the above error with - Method 'range' of object'_global' faile
When I debug it the highlighted area is the secong to last line in the script below
Workbooks.Open Filename:=
"N:\PCINFO\Jhyf8\New files\Organisation Dir - BIW.xls
Range("G3").Selec
Selection.CurrentRegion.Selec
Application.CutCopyMode = Fals
Selection.Cop
Windows("Organisation Directory main.xls").Activat
x = ActiveCell.End(xlDown).Row + 1 'for row numbe
'x = ActiveCell.End(xlDown).Offset(1).Address 'for addres
Range("A" & x).Selec
ActiveSheet.Past
Can anybody see where the problem is
When I debug it the highlighted area is the secong to last line in the script below
Workbooks.Open Filename:=
"N:\PCINFO\Jhyf8\New files\Organisation Dir - BIW.xls
Range("G3").Selec
Selection.CurrentRegion.Selec
Application.CutCopyMode = Fals
Selection.Cop
Windows("Organisation Directory main.xls").Activat
x = ActiveCell.End(xlDown).Row + 1 'for row numbe
'x = ActiveCell.End(xlDown).Offset(1).Address 'for addres
Range("A" & x).Selec
ActiveSheet.Past
Can anybody see where the problem is