Hi, everyone.
I'm calling Excel from Access.
Is there a way to convert
.Range("B1
1,B4
4").Select
into an Excel function using Cells() instead.
.Range(cells(w, x), cells(y, z))
works for solid ranges but "B1
1,B4
4" is selected on non consecutive rows.
.Range(cells(a, b):cells(c,d) , cells(e,f): cells(g,h)) doesn't work.
Any suggestions?
PB
I'm calling Excel from Access.
Is there a way to convert
.Range("B1
into an Excel function using Cells() instead.
.Range(cells(w, x), cells(y, z))
works for solid ranges but "B1
.Range(cells(a, b):cells(c,d) , cells(e,f): cells(g,h)) doesn't work.
Any suggestions?
PB