Thread
:
Find in column and copy
View Single Post
#
6
Posted to microsoft.public.excel.programming
Norman Jones
external usenet poster
Posts: 5,302
Find in column and copy
Hi Syson,
vText = ActiveCell.offse(0,1).Value
was intended as:
vText = ActiveCell.Offset(0,1).Value
---
Regards,
Norman
Reply With Quote
Norman Jones
View Public Profile
Find all posts by Norman Jones