2011/04/23

square cells

http://code.google.com/p/cowares-excel-hello/wiki/square_cells
generate a square excel sheet in inches
エクセルでセル幅や高さをミリ単位で設定した方眼を作る

2011/04/16

bad adodb.stream

http://code.google.com/p/cowares-excel-hello/wiki/bad_adodb_stream
bad vba: when the Charset of ADODB.Stream should be set
失敗マクロ: ADODB.Stream の Charset を設定するタイミングに気をつけろ

2011/04/10

bad special cells

http://code.google.com/p/cowares-excel-hello/wiki/bad_special_cells
bad vba: Cells.SpecialCells ignores a sigle cell searching
失敗マクロ: VBAの Cells.SpecialCells はセル1個だけを検索できない

bad cells count

http://code.google.com/p/cowares-excel-hello/wiki/bad_cells_count
bad vba: Cells.Count fails on excel 2007 or later
失敗マクロ: VBAの Cells.Count はエクセル2007以降でエラーになる

2011/04/09

convert char zenkaku

http://code.google.com/p/cowares-excel-hello/wiki/convert_char_zenkaku
convert characters between hankaku and zenkaku in excel cells
エクセルでセル文字列を半角または全角に変換する

2011/04/03

compare sheet form

http://code.google.com/p/cowares-excel-hello/wiki/compare_sheet_form
compare two sheets of excel workbook with a verifiable form
エクセルで2つのシートを比較し、フォームで確認しながら修正する