Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi! I would like to write code that checks to see how many workbooks (windows) are open on this application. Can someone help me? I have code that goes to the next active window and copies a specified range. If there is no other workbook open or if there is more than 1 other workbook open then I want to display a message box that instructs the user and stops the macro. Thanks for your time! -- Brian Matlack ------------------------------------------------------------------------ Brian Matlack's Profile: http://www.excelforum.com/member.php...fo&userid=3508 View this thread: http://www.excelforum.com/showthread...hreadid=510541 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Brian,
Try: If Not Workbooks.Count = 2 Then 'your warning Exit Sub End if --- Regards, Norman "Brian Matlack" wrote in message news:Brian.Matlack.22ys4a_1139492101.8355@excelfor um-nospam.com... Hi! I would like to write code that checks to see how many workbooks (windows) are open on this application. Can someone help me? I have code that goes to the next active window and copies a specified range. If there is no other workbook open or if there is more than 1 other workbook open then I want to display a message box that instructs the user and stops the macro. Thanks for your time! -- Brian Matlack ------------------------------------------------------------------------ Brian Matlack's Profile: http://www.excelforum.com/member.php...fo&userid=3508 View this thread: http://www.excelforum.com/showthread...hreadid=510541 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Brian
Note: Workbooks.Count This count also hidden workbooks(personal.xls) -- Regards Ron de Bruin http://www.rondebruin.nl "Norman Jones" wrote in message ... Hi Brian, Try: If Not Workbooks.Count = 2 Then 'your warning Exit Sub End if --- Regards, Norman "Brian Matlack" wrote in message news:Brian.Matlack.22ys4a_1139492101.8355@excelfor um-nospam.com... Hi! I would like to write code that checks to see how many workbooks (windows) are open on this application. Can someone help me? I have code that goes to the next active window and copies a specified range. If there is no other workbook open or if there is more than 1 other workbook open then I want to display a message box that instructs the user and stops the macro. Thanks for your time! -- Brian Matlack ------------------------------------------------------------------------ Brian Matlack's Profile: http://www.excelforum.com/member.php...fo&userid=3508 View this thread: http://www.excelforum.com/showthread...hreadid=510541 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Ron de Bruin Wrote: Hi Brian Note: Workbooks.Count This count also hidden workbooks(personal.xls) -- Regards Ron de Bruin http://www.rondebruin.nl "Norman Jones" wrote in messag ... Hi Brian, Try: If Not Workbooks.Count = 2 Then 'your warning Exit Sub End if --- Regards, Norman "Brian Matlack wrote i message news:Brian.Matlack.22ys4a_1139492101.8355@excelfor um-nospam.com... Hi! I would like to write code that checks to see how many workbooks (windows) are open on this application. Can someone help me? I have code that goes to the next active window and copies specified range. If there is no other workbook open or if there is more tha 1 other workbook open then I want to display a message box tha instructs the user and stops the macro. Thanks for your time! -- Brian Matlack ------------------------------------------------------------------------ Brian Matlack's Profile http://www.excelforum.com/member.php...fo&userid=3508 View this thread http://www.excelforum.com/showthread...hreadid=510541 Works Great!! Thanks! -- Brian Matlac ----------------------------------------------------------------------- Brian Matlack's Profile: http://www.excelforum.com/member.php...nfo&userid=350 View this thread: http://www.excelforum.com/showthread.php?threadid=51054 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy/ move selected data from workbooks to seperate worksheets or workbooks | Excel Worksheet Functions | |||
Spell Checking with checking cell notes | Excel Discussion (Misc queries) | |||
Display 2 formulas from source workbooks to destination workbooks | Excel Discussion (Misc queries) | |||
Checking to see how many workbooks are visible | Excel Discussion (Misc queries) | |||
checking other pages and workbooks for repeating numbers? | Excel Discussion (Misc queries) |