steve_bris
Registered User.
- Local time
- Tomorrow, 07:10
- Joined
- Mar 22, 2005
- Messages
- 30
Hi
Could someone please help me with the syntax of specifying a range throught the use of excel cells... with access vba
for example, something like this.
Range(cells(2, 4) & ":" & cells (10, 10)).select
I want to do this so that I can add intergers to teh Column number and move the range around .
Tyanks for any help
Steve
Could someone please help me with the syntax of specifying a range throught the use of excel cells... with access vba
for example, something like this.
Range(cells(2, 4) & ":" & cells (10, 10)).select
I want to do this so that I can add intergers to teh Column number and move the range around .
Tyanks for any help
Steve