Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm using Excel 2000 running on Windows XP professional. Private Sub cmdComplete_Click() Worksheets("CompleteQuote").Range("A19:I19").End(x lDown).Select DoTheExport Clear_Unlocked2 Worksheets("CompleteQuote").Range("A19:G65536").Cl earContents txtCount = 0 Sheets("QuotedPart").Activate End Sub DoTheExport is Chip's code which works great if I manually make the selection. The range I want to select start on row 19 and can be of variable length. Is there a way to select a variable range? Thanks, Dan Dungan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Chip Pearson's NewWorkDays formula | Excel Discussion (Misc queries) | |||
DeleteDuplicatesViaFilter From Chip Pearson's Website | Excel Programming | |||
How to Use Chip Pearson's Text Import Code | Excel Programming | |||
Chip Pearson's Forum Etiquette | New Users to Excel | |||
Help with Chip Pearson's Code for Deleting Blank Rows | Excel Programming |