hello all,
I'm trying to validate,filter,sort and then display the information on a spreadsheet... is there any alternatives to the QSORT, MALLOC and FREE functions that i normally use in 'C'?
Malloc and Free functions relate to how C (or is it unix) handle memory. VBA handles memory differently - I think you can find references online or in the help files. I haven't really studied the issues.
You will probably use Excel facilities to do sorting. That would not use significant program resources.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.