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

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -