Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
To all,
I have a macro that imports some data from a text file, and then produces a graph of the data. I then save only the graph, and associated worksheet ( i.e. the data ) as a seperate file. I use the command 'Save as' to save the file. When I do this it obviously closes the original file, and leaves the user looking at the saved as file. Is there anyway I can keep my original workbook (DATA.xls) open, while saving the file. So that the user can then continue to use the workbook (DATA.xls) without any interuption? Thanks for your help in advance, Regards Joseph Crabtree |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use SaveCopyAs instead of SaveAs
ActiveWorkbook.SaveCopyAs -- --- HTH Bob (change the xxxx to gmail if mailing direct) "joecrabtree" wrote in message ups.com... To all, I have a macro that imports some data from a text file, and then produces a graph of the data. I then save only the graph, and associated worksheet ( i.e. the data ) as a seperate file. I use the command 'Save as' to save the file. When I do this it obviously closes the original file, and leaves the user looking at the saved as file. Is there anyway I can keep my original workbook (DATA.xls) open, while saving the file. So that the user can then continue to use the workbook (DATA.xls) without any interuption? Thanks for your help in advance, Regards Joseph Crabtree |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"Save" macro problem, still prompted to save when closing workbook (?) | Excel Programming | |||
Problem with 'save as' | Excel Discussion (Misc queries) | |||
Save as problem with Save In drop down box | Excel Discussion (Misc queries) | |||
Save As CSV problem | Excel Discussion (Misc queries) | |||
Save problem | Excel Programming |