View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
joel[_671_] joel[_671_] is offline
external usenet poster
 
Posts: 1
Default Open file and keep it hidden


Use Create object then use the object to open the workbook. something
like this



Set Newobj = CreateObject("Excel.Application)
Newobj.visible = False
Newobj = workbooks.open(filename:="book1.xls")


--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=179621

Microsoft Office Help