Hello,
Can someone tell me how I can change a backgroundcolor of a field in an Excel file from my FWH-application?
Thank you.
oExcel := win_oleCreateObject( "Excel.Application" )
oWorkb := oExcel:WorkBooks:Add()
oSheet := oWorkb:Sheets( number of the sheet you want to work with 1 2 3... )
oSheet:Name := "the name you want for your sheet"
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 17 guests