A
alainB
Hi,
Here is my code for sorting my phone database:
Sub Sort1()
Range("A1").Select
Selection.Sort Key1:=Range("A2"), _
Order1:=xlAscending, Key2:=Range("B2"), _
Order2:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:= _
False, Orientation:=xlTopToBottom
ActiveWorkbook.Save
SendKeys "%{F4}"
s$ = Shell("C:\Documents and Settings\Alain\Bureau\ _
MyDialer.exe", vbNormalFocus)
End Sub
After editing, sorting and saving my database, I want to run my Dialer
It is working fine except that Excell stay in memory. I can see that o
the Task Manager.
Is there a way to remove it from memory after saving? I use Excel 97.
Thanks!
Alai
Here is my code for sorting my phone database:
Sub Sort1()
Range("A1").Select
Selection.Sort Key1:=Range("A2"), _
Order1:=xlAscending, Key2:=Range("B2"), _
Order2:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:= _
False, Orientation:=xlTopToBottom
ActiveWorkbook.Save
SendKeys "%{F4}"
s$ = Shell("C:\Documents and Settings\Alain\Bureau\ _
MyDialer.exe", vbNormalFocus)
End Sub
After editing, sorting and saving my database, I want to run my Dialer
It is working fine except that Excell stay in memory. I can see that o
the Task Manager.
Is there a way to remove it from memory after saving? I use Excel 97.
Thanks!
Alai