Hi
Sorry if this has been asked before but I am trying to use / adapt the VBA function ConvertCurrencyToEnglish from your site (http://www.ozgrid.com/VBA/CurrencyToWords.htm)
I am having a problem understanding the following line from the main function
From my understanding of the MID function there is one argument missing as it should be MID( text, start_num, num_chars) but the above only has the text and start_num values inside the parentheses.
I also do not understand what the "00" is for in the LEFT function, nor for that matter given the above is for finding the Cents why you are taking the LEFT of the decimal place.
Any guidance on how this is working would be gratefully received.