I have a VBA script that has a few different ways of running, and I want to have a way of selecting the method when the macro is first run. Right now, I have a few vbYesNo boxes with some really weird wording. My thought is to create a custom UserForm with few different command buttons with the options on it. All I have to do is return a different value for each button and and I have the tree set up later in the code to run. I know generally how to create userforms, but I haven't been able to implement one yet.

Thanks in advance, I've already used existing threads on this forum a few times to help me out (I'm new to VBA) but I'm still having problems here.