View Single Post
  #6  
Old 10-06-2007, 10:07 PM
TheIrishThug TheIrishThug is offline
Senior Member
 
Join Date: Jan 2005
Location: Belligerent and numerous
Posts: 1,819
Default Re: What computer language to use for simple hand result calculations

You can write a full text parser for hand histories in VBA, if you want to. Bringing up an Open dialog, selecting multiple files, read in each line and storing the values (or formulas) however you want them in the spreadsheet is not complicated. You can also add sheets and charts and format almost everything the way you could do with the various GUIs in Excel.
Reply With Quote