O
OmegaMan
I have a process, using the Office 11 interops, that outputs data into a
range of cells. All is well til the user opens up the document and sees the
nefarious formula error checker triangle in the upper left corner of each
cell.
Now the document is blank and there are not any specialized formulas
embeded. During the programming, the code specifies the '@' code for the
NumberFormat off of the range object. The final data is from a database and
yes the rows could be formatted specifically, but the process is generic an
certain data that looks like numbers is really text. (I.E. 00652 needs to say
00652 and not 652 as a number formatted cell would do). With that said all
cells have the general format.
How can I avoid the use seing the triangle?
range of cells. All is well til the user opens up the document and sees the
nefarious formula error checker triangle in the upper left corner of each
cell.
Now the document is blank and there are not any specialized formulas
embeded. During the programming, the code specifies the '@' code for the
NumberFormat off of the range object. The final data is from a database and
yes the rows could be formatted specifically, but the process is generic an
certain data that looks like numbers is really text. (I.E. 00652 needs to say
00652 and not 652 as a number formatted cell would do). With that said all
cells have the general format.
How can I avoid the use seing the triangle?