Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't recall ever having to mislead excel if I closed without saving changes.
But if it helps the original poster, woohoo!!! Wouter HM wrote: Hi Sam, In addition to Dave's first sample: 'open the csv file Workbooks.Open Filename:="somepath\somename.csv" set csvwkbk = activeworkbook 'the csv that was just opened 'do lots of work 'mislead the workbook it is saved after changes csvwkbk.saved = true 'and close the workbook csvwkbk.close savechanges:=false HTH, Wouter -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
projects left open in vba after closing workbook | Excel Programming | |||
how i open another sheet in the same workbook without closing? | Excel Discussion (Misc queries) | |||
Keeping program open even when closing workbook | Excel Discussion (Misc queries) | |||
Closing an open workbook | Excel Programming | |||
closing excel after closing a workbook | Excel Programming |