Convert user entered measurement string to points
In the PowerPoint format shape box, users can enter measurements followed by a unit - e.g. "cm", "mm", "in", or not enter a unit - in which case the default measurement unit for the system is used (e.g. cm).
I would like to create an input box which accepts measurements in the same way. I've not been able to find a function that could handle the resulting string in PowerPoint VBA - Application.ConvertResult for VBA in Microsoft Visio looks like it could do the job - but that's not in PowerPoint. I could of course use string functions to detect any measurement unit a user has entered: the problem with that however is that I don't know what all the valid measurement abbreviations are for PowerPoint, and this most probably won't work for PowerPoint offered in different languages.
Any ideas?