filipe colomb
New Member
- Joined
- Aug 3, 2015
- Messages
- 40
Hello,
I have some userforms that was build in a app like way, where the user can see data, close and open windows and input data, everything using the userforms. These data are stored in some worksheets and then processed with vba.
I was wondering how can I "transform" it in a app like system, where the user doesn't even know that there is an excel behind it.
I don't know how to fit the Application.visible command, since it work for every opened instances and the user often open other excel files during the use.
I was looking for something that when I open the file I see only the initial userform and when I close it the whole "app" is closed, without messing with other excel files?
Thank you.
I have some userforms that was build in a app like way, where the user can see data, close and open windows and input data, everything using the userforms. These data are stored in some worksheets and then processed with vba.
I was wondering how can I "transform" it in a app like system, where the user doesn't even know that there is an excel behind it.
I don't know how to fit the Application.visible command, since it work for every opened instances and the user often open other excel files during the use.
I was looking for something that when I open the file I see only the initial userform and when I close it the whole "app" is closed, without messing with other excel files?
Thank you.
Last edited: