Hi, I'm new to Excel Forum and new to vba.

I love excel and want to take advantage of more of its capabilities. I am very unfamiliar with vba vocabulary but have managed, through the aid of several forum posts, to copy/paste and modify codes to work for my needs. I have recently learned about the idea of modules, this idea that I can continue to call the same operation into multiple modules/forms, rather than having the entire operation re-written in each module/form. That being said, I have several forms which re-use various comboboxes, and I currently have the whole fill code for each combobox written in each form's code, and was wondering about the possibility of writing a fill code by itself, and then calling it to a form code. For two reasons:To make the form code look cleaner, and so that if an adjustment has to be made I don't I have to make it in every form's code.

Thanks for your help!