Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I'm trying to pass the values/contents of key1 and key2 from the sort method to separate variables. Essentially I am trying to check the sort parameters, replace the data with an updated dataset, and then reinstate the sort. So I tried to pass the contents of key1 and key2 to variables as show below: With Selection.Sort vkey1 = .key1 vkey2 = .key2 End With Unfortunately I got an "Unable to get the Sort property of the Range class." error. Could someone please help! Thanks, Jill E |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA Sort method w/more than 3 Keys | Excel Discussion (Misc queries) | |||
Sort Method question | Excel Programming | |||
Sort Method | Excel Programming | |||
sort method frustration | Excel Programming | |||
Sort method of range | Excel Programming |