Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a problem with a program that I created in VBA,
this program after doing all calculations it saves the results on sheets within the same workbook, but it converts this sheets in to .TXT files on a different directory. Whwn it's done Excel remembers the last of this files, is there a way to make the program save as the original file wish was in (.XLS) thank you |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just before creating the txt files, save the workbook. Creating the
textfiles does a saveas, so the original workbook still exists. You can have your code reopen it at the end. -- regards, Tom Ogilvy "luar" wrote in message ... I have a problem with a program that I created in VBA, this program after doing all calculations it saves the results on sheets within the same workbook, but it converts this sheets in to .TXT files on a different directory. Whwn it's done Excel remembers the last of this files, is there a way to make the program save as the original file wish was in (.XLS) thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 Macro/VB Question DDE Question | Excel Worksheet Functions | |||
where can I see my question and answer? Yesterday I ask a question | Excel Discussion (Misc queries) | |||
IF question | Excel Discussion (Misc queries) | |||
Newbie Question - Subtraction Formula Question | Excel Discussion (Misc queries) | |||
The question is an excel question that I need to figure out howto do in excel. | Excel Worksheet Functions |