1 April 2010 by Ross McLean
Someone posted about 2 numeric libraries they had found for VBA, I think it was JKP, but I cant for the life of me find the post back in my reader, so sorry for not giving proper credit who ever it was – feel free to leave a comment and link and I’ll update this post, anyway the file can be found here – look useful!
http://www.axelvogt.de/axalom/index.html
http://www.alglib.net/
UPDATE!!!!!
Thanks to Dick K, it was Doug Jenkins (who else could it have been!) with the orginal post, thanks Doug….anyone notice how close Doug Jenkins is to Douglas Jardine…., no just me then, need to get out more I think!
Tags: Downloads, Libraries, VBA
Categories: VBA •
3 Comments »
20 December 2009 by Ross McLean
In the third MIE podcast I caught up with Dick Kusleika, father of the Excel blog and founder of the Dailiy Dose of Excel. We talked about his blog, his passion for the keyboard, SQL, ADO and DAO, amongst other things. Dicks sure is a nice guy, no matter what people say ;-).

Dick Kusleika, King of the Keyboard
Get the goodness here:
[podcast]http://mie.jellycast.com/pod/20091125 Dick Kusleika on SQL and Data.mp3[/podcast]
Please leave some comments with any feedback about this podcast, and also any ideas for future podcasts.
I'd also like to say a big thank you to the guys at Jellycast.com (Luke and NickM) for their help in getting the new hosting set up, great support guys.
Enjoy
Podcast: Play in new window
| Download
Tags: ADO, DAO, Podcasts, SQL, VBA
Categories: Podcasts •
3 Comments »
16 December 2009 by Ross McLean
Final one in the blast from the past series, a pop up type form, you probably wouldn't implement it like I've done in the example file but you get the idea!

The file can be found here: PopUpForm
Tags: Downloads, Forms, VBA
Categories: VBA •
1 Comment »
11 December 2009 by Ross McLean
In my last post, VBA Version 7 Daniel, author of Daniel's XL Toolbox, commented that he had not come across anything untoward with the “new!” version of VBA, and reported, so far, all is well with his addin – good news! Then JP from Code For Excel & Outlook, pointed to a VBA Compatibility tool (tool, info) from MS – thanks JP, I think this is called team work! ;-)
Anyway, I believe the major update might be support of 64 bit types in VBA? I’m not running a 64 bit OS to test, but I found this:
Excel 2010 can load much larger workbooks. Excel 2010 made updates to use 64-bit memory addressing in order to move beyond the 2-GB addressable memory boundary that limits 32-bit applications.
The down side of this is:
Visual Basic for Applications (VBA) VBA code that uses the Declare statement to access the Windows application programming interface (API) or other DLL entry points will see differences between 32-bit and 64-bit versions. The Declare statement must be updated with the PtrSafe attribute after inputs and outputs to the API have been reviewed and updated. Declare statements will not work in 64-bit VBA without the PtrSafe attribute. New data types are added to 64-bit Office 2010 VBA: LongLong and LongPtr. For more information about VBA, see the “64-bit VBA Overview” and “Declare Statement” articles in the Microsoft Visual Basic for Applications online Help in Office applications.
So if your using API calls in you VBA, and you hit a 64 bit versions, you could be about to hit some issue. Doesn’t sound like the fix will be to hard though, but we’ll wait and see eh!
Bonus thought: Does this mean the C API has been updated too?
Tags: 2010, VBA
Categories: COM, MS, News!, VBA •
4 Comments »
10 December 2009 by Ross McLean
Any one else noticed this?

Thats a Major revision number, that should mean there’s been some significant updates should it not? Anyone seen any, I’ve haven’t!
Tags: MS, News!, VBA
Categories: MS, VBA •
7 Comments »