N
neeraja
Hi,
I try to copy a value to a different sheet in the
workbook through the below line
Worksheets(Esheet1).Cells("B5").Copy _
Destination:=Worksheets("DummyData").Range("A1")
B5 contains the product number(this is some formula). In
A1 i get "#Ref!" instead of the product number. what do i
do to solve this..
Any help would be appreciated.
Thanks,
Neeraja.
I try to copy a value to a different sheet in the
workbook through the below line
Worksheets(Esheet1).Cells("B5").Copy _
Destination:=Worksheets("DummyData").Range("A1")
B5 contains the product number(this is some formula). In
A1 i get "#Ref!" instead of the product number. what do i
do to solve this..
Any help would be appreciated.
Thanks,
Neeraja.