View Full Version : VB code, excel


nh1234
02-09-2006, 10:16 AM
hi,

I'm trying to write code that will:
1. calculate the percent difference of 1 item against a list of 70 other items,
2. then select any item that is between 1% and 5%,
3. then list those items

Is this possible?

reclusivemonkey
02-10-2006, 01:40 AM
You can do all this with formulas and filtering. Why do you need code to do it?

supercharge
02-10-2006, 09:47 AM
Your question is: Is this possible?
The answer is: Yes, it is possible to do so.