Archive

Posts Tagged ‘Excel’

Setting an Excel cell background color

December 9th, 2009 No comments

Description:
Set a cell’s solid background color using a single user-defined color.

Code: Read more…

Tags: , ,

Setting an Excel 2007 gradient background

December 9th, 2009 No comments

Description:
Set a cell’s background color to a vertical gradient using two user-defined colors.

Code: Read more…

Tags: , , ,

Scaling an Excel worksheet

December 9th, 2009 No comments

Description:
WinForm controls placed in a worksheet while it is not at 100% will be positioned incorrectly. Here’s a simple workaround to change the zoom to 100% then revert to the previous setting.

Code: Read more…

Tags: , ,