Stonesteel
Board Regular
- Joined
- Apr 27, 2010
- Messages
- 81
Greetings!
Microsoft Excel 2007
Can you guys assist me, I am using Excel2007. I want to make a vba formula that will find a certain value in another sheet then will paste its equivalent value to another sheet. let's have an example.
i have this ESN "0A003ED50503" currently in cell "D384" in sheet "Status" and i want to find it in column "B" in another sheet "Licenses", and if found, i will copy its equivalent which i called "License" and will paste to another cell "M384" same row as ESN in the source sheet (Status).
Note: please do not suggest of using Vlookup, I already tried it and it responds for a long time since single change in a row where vlookup is located will make it scan for changes, i have 977 thousand licenses in Licenses Sheet. imagine how long it will scan. . so i am asking for a vba formula so that 1 click is when finding or lookup will only take place.
Microsoft Excel 2007
Can you guys assist me, I am using Excel2007. I want to make a vba formula that will find a certain value in another sheet then will paste its equivalent value to another sheet. let's have an example.
i have this ESN "0A003ED50503" currently in cell "D384" in sheet "Status" and i want to find it in column "B" in another sheet "Licenses", and if found, i will copy its equivalent which i called "License" and will paste to another cell "M384" same row as ESN in the source sheet (Status).
Note: please do not suggest of using Vlookup, I already tried it and it responds for a long time since single change in a row where vlookup is located will make it scan for changes, i have 977 thousand licenses in Licenses Sheet. imagine how long it will scan. . so i am asking for a vba formula so that 1 click is when finding or lookup will only take place.