Thread: false blanks
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
markx markx is offline
external usenet poster
 
Posts: 60
Default false blanks

Thanks colofnature,
Your solution works perfectly!
Regards,
Mark


"colofnature"
wrote in message
...

Or put this immediately after the PasteSpecial line

for each c in selection.cells
if c.value = "" then c.value = empty
next


Col


--
colofnature
------------------------------------------------------------------------
colofnature's Profile:
http://www.excelforum.com/member.php...o&userid=34356
View this thread: http://www.excelforum.com/showthread...hreadid=546458