View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
yukon_phil yukon_phil is offline
external usenet poster
 
Posts: 25
Default Duplicate Value warning

That did, thank you very much.

As I go through the workings of these worksheets I am coming up with more
and more issues I am unable to resolve. These discussions groups are such a
valuable resource, I think you will be seeing more questions from me, hope I
don't overdue it in people eyes, I am still learning.

Thanks again

"vezerid" wrote:

I think it should work if you change the line:

Set rng = UsedRange.Columns(myColumn)

with

Set rng = Target.cells(1,1).EntireColumn

Does this help?
Kostis Vezerides