Thread: Sorting code
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MarkN MarkN is offline
external usenet poster
 
Posts: 104
Default Sorting code

Hello,

I am new to VBA and have what is probably quite a simple problem. I have a
two-column list that does not have column headers. The values in column 2
come are generated by links to other areas of sheet1 and change quite often.
I have to keep resorting the list when a change occurs.

I would like to find the code that will automatically sort on column 2 of my
range as values change.

--
Thanks in advance,
MarkN