View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David Fixemer David Fixemer is offline
external usenet poster
 
Posts: 21
Default Multiple Col. Selection

Need a good way to select multiple columns using variables?

x=1 'column a
y=3 'column c

I would like to select column x and y but not column b?

David