VBA help
O
Tags:
(Senior Chimp, 22
Points)
on 8/25/08 at 1:34pm
Does anybody know of any good finance specific vba/macro modeling resources? Particularly free online content.
Basically I'm looking to write some code to read a .txt trading log, then create following summary statistics.
Thanks,





I did a lot of VBA coding in
I did a lot of VBA coding in a past internship, and found that after learning the basics (I assume you are familiar with VBA - if not get a book + a CD with examples, best way to learn it), Google is your friend. I never found one central website that would answer all questions, but every technical problem I had would have been discussed several times in random forums.
Without further checking the code, this one seems to be helpful if you tweak it a bit: http://www.exceluser.com/explore/questions/vba_tex....
If you get started with the coding and get stuck shoot me a PM.