tell application "Microsoft Excel"
select range "B2:D4"
get every row of selection
--> {row "$B$2:$D$2" of selection, row "$B$3:$D$3" of selection, row "$B$4:$D$4" of selection}
get address {row "$B$2:$D$2" of selection, row "$B$3:$D$3" of selection, row "$B$4:$D$4" of selection}
--> {"$C$3:$E$3", "$C$4:$E$4", "$C$5:$E$5"}
get every column of selection
--> {column "$B$2:$B$4", column "$C$2:$C$4", column "$D$2:$D$4"}
get address {column "$B$2:$B$4", column "$C$2:$C$4", column "$D$2:$D$4"}
--> {"$B$2:$B$4", "$C$2:$C$4", "$D$2:$D$4"}
end tell
I have also posted this issue on the microsoft office 4 mac forums and a ms engineer said they are looking into the issue.