OriginPro 8.6.0G
Windows 7 Professional
Hi Guys,
I have a question concerning the export of a worksheet to a PDF file. When I export my worksheet and open the PDF, the Data in a few cells is missing.
I used this code, to fill the cells with information:
string str1$="%([mergebook]Information,2,4)"; //Remember Tr_Number and use first six characters
str2$=str1.left(6)$;
cell(45,2)$=%(str2$);
I also colored in some cells, using this code:
wcellcolor 1[45]:1[45] color(blue);
But the color is not shown in the pdf as well.
Can you tell me, what the Problem is?
Thank you in advance,
sebbey