![]() |
Invisible Application/Visible Forms?
The project for which you have all provided a great dela of invaluable help
is nearly at an end. My last problem is how to hide Excel while keeping the forms in the task bar as they are opened and closed. The goal is to make Excel invisible to the user, yet still give them the opportunity to see this as a normal program. I hide Excel in the splash box with the command "Application.Visible = False". This works great. However, none of my forms show up in the task bar as they are being executed, even when I code "Application.ShowWindowsInTaskbar = True" in the UserForm_Activate of every form (there's 10 forms in the application). I suspect Application.Visible = False is the culprit. Is there a work around for this? I really don't want the user to have access to the underlying workbook. |
Invisible Application/Visible Forms?
You can set the Visible property of the Application to False:
Application.Visible = False -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting www.cpearson.com (email on the web site) "roy_ware" wrote in message ... The project for which you have all provided a great dela of invaluable help is nearly at an end. My last problem is how to hide Excel while keeping the forms in the task bar as they are opened and closed. The goal is to make Excel invisible to the user, yet still give them the opportunity to see this as a normal program. I hide Excel in the splash box with the command "Application.Visible = False". This works great. However, none of my forms show up in the task bar as they are being executed, even when I code "Application.ShowWindowsInTaskbar = True" in the UserForm_Activate of every form (there's 10 forms in the application). I suspect Application.Visible = False is the culprit. Is there a work around for this? I really don't want the user to have access to the underlying workbook. |
Invisible Application/Visible Forms?
Yes, that command is at the beginning of my program in the Splash Screen
code. That hides the spreadsheet nicely. The problem is that the forms (Main Menu, Add New Information, Change Information, Report Menu) do not appear in the task bar. I really would like to have them appear in the task bar. "Chip Pearson" wrote: You can set the Visible property of the Application to False: Application.Visible = False -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting www.cpearson.com (email on the web site) "roy_ware" wrote in message ... The project for which you have all provided a great dela of invaluable help is nearly at an end. My last problem is how to hide Excel while keeping the forms in the task bar as they are opened and closed. The goal is to make Excel invisible to the user, yet still give them the opportunity to see this as a normal program. I hide Excel in the splash box with the command "Application.Visible = False". This works great. However, none of my forms show up in the task bar as they are being executed, even when I code "Application.ShowWindowsInTaskbar = True" in the UserForm_Activate of every form (there's 10 forms in the application). I suspect Application.Visible = False is the culprit. Is there a work around for this? I really don't want the user to have access to the underlying workbook. |
Invisible Application/Visible Forms?
I found the solution at this site:
http://puremis.net/excel/code/063.shtml "roy_ware" wrote: The project for which you have all provided a great dela of invaluable help is nearly at an end. My last problem is how to hide Excel while keeping the forms in the task bar as they are opened and closed. The goal is to make Excel invisible to the user, yet still give them the opportunity to see this as a normal program. I hide Excel in the splash box with the command "Application.Visible = False". This works great. However, none of my forms show up in the task bar as they are being executed, even when I code "Application.ShowWindowsInTaskbar = True" in the UserForm_Activate of every form (there's 10 forms in the application). I suspect Application.Visible = False is the culprit. Is there a work around for this? I really don't want the user to have access to the underlying workbook. |
All times are GMT +1. The time now is 02:16 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com