用DrawCell事件,可以根据条件按指定格式显示。
if e.col.name = "某列" then
if 条件成立 then
e.Text = format(val(e.text),"#0.00%")
end if