Quick question...Say I have a line of code like the following:
If I don't know the exact range of the worksheet i needed during runtime is there any way I could represent it in code??
Any responses would be greatly appreciated.
Thanks
-vza
Code:
rsXL.Open "Select * From [Sheet1$A1:G100]", CnXL, adOpenStatic
If I don't know the exact range of the worksheet i needed during runtime is there any way I could represent it in code??
Any responses would be greatly appreciated.
Thanks
-vza