Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() try opening a new application From Workbooks.Open Projekt_Folder & CurrentFile, , True To Dim NewApp As Excel.Application Set NewApp = CreateObject("Excel.application") NewApp.Workbooks.Open Filename:=Projekt_Folder & CurrentFile ThisWorkbook.Close savechanges:=False -- joel ------------------------------------------------------------------------ joel's Profile: 229 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=181710 Microsoft Office Help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Enable macro message on VBA Workbook Open then macro ends | Excel Programming | |||
Open a specific workbook...find value from other open workbook and then insert cells values in cell next to it. | Excel Programming | |||
Open workbook macro- find correct month to open? | Excel Programming | |||
Problems in running a macro in another workbook | Excel Discussion (Misc queries) | |||
WorkBook.Open: Problems with field separation character | Excel Programming |