![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Apr 2002
Location: Puerto Vallarta, Mexico
Posts: 869
|
This has me stumped. I have an area 8 columns wide and 10000 rows deep. this area may contains a list of unknown size. it may be 1 row, 100 rows or any other number of rows deep. I want to select the area of true data. I tried using ActiveSheet.UsedRange.Select, but all the blank areas are selected also. Its as if Excel thinks these blank areas have something in them. Does anyone have any ideas?
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Mar 2002
Location: Chicago, IL USA
Posts: 2,042
|
Try,
ActiveCell.CurrentRegion.Select HTH, Jay |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Apr 2002
Location: Puerto Vallarta, Mexico
Posts: 869
|
That did it Jay, thanks heaps
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|