Search found 3 matches

by STCEnergy
Wed Oct 01, 2008 10:02 am
Forum: XLSReadWriteII 3/4/5
Topic: Cannot load XLSRWII 4 modified file in Excel 2007
Replies: 1
Views: 3264

Cannot load XLSRWII 4 modified file in Excel 2007

Hello I am having a very annoying problem with XLSReadWriteII 4 When I open a spreadsheet add a sheet save it, I cannot open the file in Excel 2007 It doesn’t make any difference whether I set the version of the component to Excel 97 or Excel 2007 Both load fine with Excel XP which I have on my mach...
by STCEnergy
Thu Aug 28, 2008 8:37 am
Forum: XLSReadWriteII 3/4/5
Topic: Changing font for whole sheet changes £ to $
Replies: 2
Views: 2393

I want to change the font of the existing data in the sheet

Do you want an example?
by STCEnergy
Wed Aug 27, 2008 3:20 pm
Forum: XLSReadWriteII 3/4/5
Topic: Changing font for whole sheet changes £ to $
Replies: 2
Views: 2393

Changing font for whole sheet changes £ to $

Hello I have an existing spreadsheet that has 1 sheet which is in MS Sans Serif I open the spreadsheet and then use the code below to change the font of my sheet for MS Sans Serif to Verdana objFile.Sheet[0].CalcDimensionsEx; objFile.Sheet[0].Range.Items[0,0,objFile.Sheet[0].LastCol,objFile.Sheet[0]...