Hi all,
I'm still very much a beginner when it comes to VBA but my intent is to find a way for a userform to access specific directories to allow the user to select a pre-sorted file.
Below is a very rough draft of what my userform would be displayed as:
In this example, the user would have the option of opening Folder1A(Opt1 and OptModifierA), Folder2A(Opt1 and OptModifierA), Folder1B(Opt1 and OptModifierB), or Folder2B(Opt2 and OptModifierB).
Can anyone assist me in how to write the VBA code for this? The final product will have more option buttons, but I want to solidify my knowledge with this example before I branch out. Thank you very much for your time and assistance!
Respectfully,
Cap
I'm still very much a beginner when it comes to VBA but my intent is to find a way for a userform to access specific directories to allow the user to select a pre-sorted file.
Below is a very rough draft of what my userform would be displayed as:
In this example, the user would have the option of opening Folder1A(Opt1 and OptModifierA), Folder2A(Opt1 and OptModifierA), Folder1B(Opt1 and OptModifierB), or Folder2B(Opt2 and OptModifierB).
Can anyone assist me in how to write the VBA code for this? The final product will have more option buttons, but I want to solidify my knowledge with this example before I branch out. Thank you very much for your time and assistance!
Respectfully,
Cap