BobBridges
Active Member
I'm pretty comfortable programming in VBA/Excel, but now I'm using a user form for the first time and I'm a little at sea. I've got it mostly working, but when I run the program to copy all the code modules from my development workbook to the client's copy, it exports the user form to two files. The code is exported to a file named *.frm; the file that describes the graphic image is named *.frx.
It does this automatically when I execute the one Export method for that module. But I cannot import the .frx file afterward, either in VBA or manually. Am I missing something, or is the graphic part of the user form simply un-importable? It seems to work when I manually drag and drop it from one project to another, but the import function simply fails (" 'path\filename' could not be loaded.").
It does this automatically when I execute the one Export method for that module. But I cannot import the .frx file afterward, either in VBA or manually. Am I missing something, or is the graphic part of the user form simply un-importable? It seems to work when I manually drag and drop it from one project to another, but the import function simply fails (" 'path\filename' could not be loaded.").