G
Guest
I've set a reference to Excel and Imported Micorosoft.Excel. In the code
snippet below I get a squiggly line under the items starting with "xl". How
do I reference them?
.Selection.Sort Key1:=Range("C2"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
snippet below I get a squiggly line under the items starting with "xl". How
do I reference them?
.Selection.Sort Key1:=Range("C2"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom