Thread
:
Copying with .Value
View Single Post
#
1
Posted to microsoft.public.excel.programming
Simon[_2_]
external usenet poster
Posts: 89
Copying with .Value
Cells.Find("latest").Select
Selection.Copy Destination:=ActiveCell.Offset(0, 1)
I wish to use only the value of the cell.
What is wrong with
Cells.Find("latest").Select
Selection.Copy Destination:=ActiveCell.Offset(0, 1)
Thanks
Reply With Quote
Simon[_2_]
View Public Profile
Find all posts by Simon[_2_]