kliskiewitz
New Member
- Joined
- Mar 4, 2021
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
I had a programmer crank out some vba for me that essentially allowed the user to go to the Home menu, click a custom button called "Import Folder Files". Once they clicked this icon, a form would popup and ask them to identify the folder that contained the files you wanted imported. User then clicks ok and the import process begins. Tool worked great for over a year. Then at some point, I do not know when or how, the button disappeared. I was able to get the command to run without the button by going to the developer tab, clicking on "Visual Basic", double clicking on the "ImportFolderData_frm" Form and then clicking the green triangle (Run Sub/User Form(F5). It's great that the process still works but I'd really like to have the button back so my team doesn't have to mess with the VBA screens. Thoughts on how I get the button back to the Home screen?