View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Alan Alan is offline
external usenet poster
 
Posts: 188
Default Exporting data to new instance of excel - created but not visible?


"Tom Ogilvy" wrote in message
...

Set newxlApp = New Excel.Application
newxlApp.Visible = True


Doh!

Thanks Tom.