I created a VBA userform with some functions and running it with a macro and saved it as a .docm file. But the problem is when I am trying to run that docm file from another computer, nothing is working. And later when I checked the VBA code, I saw my userForm1 was not there. I have no idea what is going on there. How to solve this issue, so that I can run my VBA form into another computer ?
Share
Though I got a solution. But I dont think this is ultimate one. Solution is load those forms and macro into a dotm file by clicking Macros Menu>Organizer>Transfers all forms and macros into that dotm file >save the dotm file. And when you need to restore it into another computer, just reverse the process and store those into the Normal.dotm file.