I've added some code to a button in Excel to save the spreadsheet as a *.mht file. The file is a purchase order, with three sections: the second and third sections are duplications of the first (Duplicate and Triplicate sections). All of the cells in the last two sections have IF statements in their formulas as such
so that if the cell that it is linked to is empty it stores an empty string, else it copies the value of the cell into the current one.
The problem I have is that when I double click the file that was created to see the file in the browser, one particular field in the first section (Original) is truncated, even although the corresponding fields in the Duplicate and Triplicate sections show the entire string. If I open the *.mht file using Excel the entire string that appears to be truncated is seen in its entirety.
Is there a way to attach a file so that you guys can see what I'm talking about?
What? Who? ME????
Code:
IF(E24="","",E24)
The problem I have is that when I double click the file that was created to see the file in the browser, one particular field in the first section (Original) is truncated, even although the corresponding fields in the Duplicate and Triplicate sections show the entire string. If I open the *.mht file using Excel the entire string that appears to be truncated is seen in its entirety.
Is there a way to attach a file so that you guys can see what I'm talking about?
What? Who? ME????