excel - Converting 0 to blank in empty cells -


i trying use vba switch of 0's show in empty cells , make them blank. looking around answer question, closest come this. code did not work, wondering if @ least part of correct.

aarray(5) variant  range("a1:ap252") = aarray() 

so once again, want create code change 0's in empty cells , make them blank. thank you.

using macro recorder:

range("a1:ap252").replace what:="0", replacement:="", lookat:=xlwhole 

Comments

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -