Thread: false blanks
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
colofnature[_37_] colofnature[_37_] is offline
external usenet poster
 
Posts: 1
Default false blanks


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