View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
David David is offline
external usenet poster
 
Posts: 195
Default Print array based on menu choice

David wrote

Range("A1") = (v(i)).Text


oops, meant to be Range("A1").Text = (v(i))

--
David