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.