2010年9月23日 星期四

Excel 自訂函數

Excel自訂函數ref: http://web2.tcssh.tc.edu.tw/teacher/cjwu/class/vba.htm

Public Function bitOr(int1 As Integer, int2 As Integer)

bitOr = int1 Or int2

End Function

=DEC2HEX(bitOr(HEX2DEC(D6),HEX2DEC(E6)))

這真的太好用了

沒有留言: