I have a problem. I have a combobox that a user can choose a percentage from it for the Zoom. Well, when you choose a percentage from it, it places it as a decimal. This is in VBA mind you. I have set the format in the control source and the row source to Percentage with out any decimal points and its still showing a decimal when you select one. How can I fix that? Also how could I write some code so if the user chose 95% zoom it would show the form to be at 95%. This is on a user form.




Reply With Quote