Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() R = Range("A65536").End(XlUp).Row Cells(R, 20).Activate 'or Range("T"&R).Activate On Thu, 21 Oct 2004 09:47:18 -0500, helmekki wrote: Hi My last used cell in A column is A20...... I want to use the comming code to activate the cell in column T same row i.e. row 20..........(T20) My point is how modify Range property to do the job i want.... here is the code: Formula: -------------------- If ComboBox1.ListIndex = 0 Then Range("K20").Activate -------------------- ;) ;) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
INDEX and MATCH with range | Excel Worksheet Functions | |||
entry must match value in range | Excel Worksheet Functions | |||
Match 2 Conditions then Avg Range | Excel Discussion (Misc queries) | |||
Index-Match from a range | Excel Worksheet Functions | |||
Match / Name-assigning To A Range | Excel Programming |