>
> You could try:
>
> --8<---------------cut here---------------start------------->8---
> #+macro: remote src_emacs-lisp{(org-table-get-remote-range "$1" "$2")}
>
> Example:
>
> #+name: foo
> | 1 | 2 |
> | 3 | 4 |
>
> The macro call: {{{remote(foo, @1$2)}}}
> --8<---------------cut here---------------end--------------->8—
> Beautiful! Vikas
