View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
R.VENKATARAMAN R.VENKATARAMAN is offline
external usenet poster
 
Posts: 110
Default FIND in only one column

a particular text occurs in many columns.
But I would like to find that only in one coumn for e.g. column A only and
select that cell
(in vba programme)

i tried to use
with columns("a:a")

it does not seem to work

I tried searching in newsgorups and I did not get an appropirate thread.

request for suggestions. thanks regards.