I have some correction you might want to check :
when you access your cells, you use
hostapp.Cells.Item[r,c]
Is it not Sheet.Cells.... ?
And a question I already asked in a previous post : why do you need IEdt findcontrol to be executed each loop ?
to search only in the first column :
Main Topics
Browse All Topics





by: PeterdeBPosted on 2009-11-03 at 07:27:07ID: 25729823
Ps I would like the addin to only search the first column of each sheet, instead of searching the entire sheets, any code on that one?
Dweep