Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to hide a workbook, so it is not visible in the taskbar of
Windows? Gert-Jan |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Found it: Application.ShowWindowsInTaskbar = False
"Gert-Jan" schreef in bericht ... Is there a way to hide a workbook, so it is not visible in the taskbar of Windows? Gert-Jan |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That should make only one item (generic excel) appear in the taskbar - not
exactly what you asked. -- Regards, Tom Ogilvy "Gert-Jan" wrote: Found it: Application.ShowWindowsInTaskbar = False "Gert-Jan" schreef in bericht ... Is there a way to hide a workbook, so it is not visible in the taskbar of Windows? Gert-Jan |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If I go to window=hide and hide the workbook, it does not appear in the
taskbar. Turn on the macro recorder while you do it manually. I can't imagine what method you are using that doesn't do this. -- Regards, Tom Ogilvy "Gert-Jan" wrote: Is there a way to hide a workbook, so it is not visible in the taskbar of Windows? Gert-Jan |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can use:
Application.Visible = False JK Gert-Jan wrote: Is there a way to hide a workbook, so it is not visible in the taskbar of Windows? Gert-Jan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I open temporary internet files | Excel Discussion (Misc queries) | |||
CREATE TEMPORARY FILE WHEN SAVE | Excel Discussion (Misc queries) | |||
Temporary File Error with SendMail | Excel Programming | |||
want VB6 to edits Excel in background and not become visible when I open another excel file | Excel Programming | |||
no worksheets are visible when I open a file by a right click | Excel Programming |