Is it possible to access Excel's various mathematical functions (specifically NORMSINV) from within VBA. I can sort of do what I want just by setting the value of a cell to a string like ...
I have a text file that was produced by a Unix program in CSV format. I am trying to parse it using Excel and thought I could automate the task using Excel VBA. However, the script I wrote VBA is not ...