View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bill Lunney Bill Lunney is offline
external usenet poster
 
Posts: 68
Default How to keep window + form activate together

If you have Excel 2000 or above display a modeless form by using something
like:

frmTest.Show vbModeless


http://www.billlunney.com/Excel/FAQ/...?ExcelFAQID=51


--

Regards,


Bill Lunney
www.billlunney.com

"John Brash" wrote in message
...
Hi,

How to keep running macros so that these two operate
together and can access each another by controls like
buttons?

1. A window as main interface
2. A form as index

Thanks.