Hi,
I have an excel files with many macros behind. The file is 3MB big after I cleared every sheet. The problem is that all these macros are only working if all cells are formated as text. My file is a template and when the user starts it he will be required to enter some datas and a new file is saved with his initializations. This save is made by this:
Application.ActiveWorkbook.SaveAs txtPath & XLName
The path and name are introduced by the user.
The problem is that when the file is saved the cells formatings are lost and not all cells are set as text cells. What can I do to save these formatings as well?
Any help would be apreciated. Thank you!
I have an excel files with many macros behind. The file is 3MB big after I cleared every sheet. The problem is that all these macros are only working if all cells are formated as text. My file is a template and when the user starts it he will be required to enter some datas and a new file is saved with his initializations. This save is made by this:
Application.ActiveWorkbook.SaveAs txtPath & XLName
The path and name are introduced by the user.
The problem is that when the file is saved the cells formatings are lost and not all cells are set as text cells. What can I do to save these formatings as well?
Any help would be apreciated. Thank you!