View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SharonInGa[_2_] SharonInGa[_2_] is offline
external usenet poster
 
Posts: 14
Default Sort by Variables

OK, I'm one step further then my last question. How do I SORT using string
variables? Am I close?

dim itype1 as integer
dim itype2 as integer
dim itype3 as interger

itype1 = "Cash Equivalent"
itype2 = "Bond"
itype3 = "Common Stock"