Tearing my hair our here!
I have had this working in various guises but now it is playing up!
client definitely exists in the range ClientData but c is not returning a range:
Set c = Workbooks("Clients"
.Worksheets("Clients"
.Range("ClientData"
.Find(client, LookIn:=xlValues)
I have got another part of a different workbook selected when I run this and c is returning the first value in this selected range.
Any clues?
Thanks,
IG
I have had this working in various guises but now it is playing up!
client definitely exists in the range ClientData but c is not returning a range:
Set c = Workbooks("Clients"
I have got another part of a different workbook selected when I run this and c is returning the first value in this selected range.
Any clues?
Thanks,
IG