I am making an inventory program and the numbers entered will be of varying lengths. I need to remove the last two digits on the right of the number, but can't use the Left function since the length of the numbers will change over time.