View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default opening an excel page without the toolbars

You have to have excel open to open and workbook and you have to have a
workbook open to run it macros. That said, you could make the application
(excel) not visible. This assumes you are running some code to do this
(from where I don't know).

--
Regards,
Tom Ogivly

"bigdaddy3" wrote in message
...
is it possible to run an excel workbook which contains macros to do all

the
required input without actually having excel open
--
BD3