Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
DIm xLast as string
xlast = activecell.address range ("A1",Range(xlast)).select Or Dim xLast as Range set xlast =activecell range("A1", xlast).select You can use same last line... Range("A1", xlast).Select for both of these approaches. -- Rick (MVP - Excel) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
public variable declaration, memory efficient? | Excel Programming | |||
Use of Public for data declaration in Excel 2000 | Excel Programming | |||
Declaration of public variable - Question | Excel Programming | |||
Public declaration | Excel Programming | |||
public declaration | Excel Programming |