Page 1 of 1

excel with vba macros conversion

Posted: Wed May 25, 2011 12:08 pm
by venanzio@mac.com
I have an excel spreadsheet with vba that I want to convert. It is about 1300 lines of data using the database feature of excel to get my
answers. It also has floating point numbers ranging from 1e3 to 1e-22.


when i convert should I use sqlite or a datagrid? and if I use sqlite how do I handle the floating point numbers?