DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   VB.NET (http://www.daniweb.com/forums/forum58.html)
-   -   DataSets in Excel to be used in VB (http://www.daniweb.com/forums/thread88585.html)

Loony064 Sep 5th, 2007 6:29 am
DataSets in Excel to be used in VB
 
Hey all!

A industrial psycologist friend of mine asked me to find a way to look at an array of numbers (presented in an excel spreadsheet - 1 number per cell) and find the CELL with the highest value.

I thought i could do this by selecting the array and giving it a name and then importing that to VB and do a simple search to find the highest value and store its position. I would then return the position of the highest value, but I'm struggling with using the datasets.

What would be really great is if someone could show me how i could just enter the starting and ending points of the array (like what one would do when using a built-in function, i.e. =sum(A1,A10) to return the sum of all the values from cell A1 to cell A10, but instead it could be something like =highest_cell(A1,A10) and might return A5, for instance) and importing it like that instead of selecting all those cells and naming the dataset.

I'd appreciate any help with this
Thanks
Laura

preetham.saroja Sep 5th, 2007 1:07 pm
Re: DataSets in Excel to be used in VB
 
hai looney,
to find the greatest of all the 10 arrays use
( start searching from 1 to 10
dr="select * from table where id>=10"
cmd=dr.executescalar)
try,something similar like this -i hope it helps u up....
regards,,
preetham


All times are GMT -4. The time now is 10:46 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC