Hi Everyone
I am using vfp 9.0. sp2 and i did an excel automation to printing the data from excel, but i would like to print the Gridlines in my output file, w/o selecting manually from the excel menu.
i just added this for footer and headers, but don't know how to define for printing the gridlines, from the vfp, can anyone tell me the line code i need.
.CenterHeader = m.lcJobNos+' |As of '+Dmy(Date())
.CenterFooter = "&G"
.RightFooter = "Page &P of &N"
Thanks in advance
I am using vfp 9.0. sp2 and i did an excel automation to printing the data from excel, but i would like to print the Gridlines in my output file, w/o selecting manually from the excel menu.
i just added this for footer and headers, but don't know how to define for printing the gridlines, from the vfp, can anyone tell me the line code i need.
.CenterHeader = m.lcJobNos+' |As of '+Dmy(Date())
.CenterFooter = "&G"
.RightFooter = "Page &P of &N"
Thanks in advance