1
11Oppidan
Hi,
Does any one know the synatax for setting the postion of the active cell
using row and column integers rather then "A2", in a VB. NET addin built
using VS 2003.
I can get oApp.range("A2").activate() to work but not oApp.range(int1,
int2).activate()
Many thanks in advance.
Does any one know the synatax for setting the postion of the active cell
using row and column integers rather then "A2", in a VB. NET addin built
using VS 2003.
I can get oApp.range("A2").activate() to work but not oApp.range(int1,
int2).activate()
Many thanks in advance.