Hi Experts,
Kindly help.This is my header
I need to make the font size the LOTID string bigger compare to other string..The string was appended with other string ..How the lot id font size can be set bigger?
Im calling print header function and the size of the header is standadized..Wh at need to be done if i want to make LOTID string font bigger?
Kindly help.This is my header
Code:
sHeader = "/cABC MALAYSIA SDN BHD" _ + "/n/cNYNAME" _ + "/n/cNEWYORK , UNITED STATE" _ + "/n/n/c SUMMARY" _ + "/n/n/lLOT ID: " + rc.Lot.Id + "/n"
Code:
19 ' Define the header text 20 Me.vaETestData.PrintHeader = sHeader
Im calling print header function and the size of the header is standadized..Wh at need to be done if i want to make LOTID string font bigger?
Comment