View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Raul Raul is offline
external usenet poster
 
Posts: 86
Default Set array element to empty

I have an array that is type single and I would like to delete values that
meet a certain criteria. If the array was variant I could set the a
particular array element to "". How do I do something similar for an array
that is not variant?

Thanks,
Raul