Focal Point
Underline in Excel

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/6231052961

May 24, 2006, 04:00 PM
CHERI
Underline in Excel
We are using WF 5.23. Output is in EXLL2K. Does anyone know how you would underline each row within the excel using WF code not the option within Excel. They want the appearance of a grid around every cell.
May 24, 2006, 04:52 PM
Kamesh
Are you looking for something like this?

TABLE FILE CAR
PRINT *
ON TABLE PCHOLD FORMAT EXL2K
ON TABLE SET STYLE *
TYPE=REPORT,BACKCOLOR=WHITE,GRID=ON,$
TYPE=DATA,STYLE=UNDERLINE,$
ENDSTYLE
END
-EXIT

Hope it helps,


WFConsultant

WF 8105M on Win7/Tomcat
May 25, 2006, 03:09 PM
CHERI
No, I'm looking for a solid line across the bottom of each row.