Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What would be the correct data type if I wanted to declare
and set the variable below? dim StartPoint as ??? dim myRange as ??? Set StartPoint = Range("A1").Select Set myRange = ActiveCell.Offset(rowindex:=0, columnindex:=0).select I know I can always use 'As Variant' but this uses the most memory. Is there something else I should be using? Jeff |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Range type variable oddness | Excel Programming | |||
Trouble with variable type | Excel Programming | |||
efine the data type of a variable | Excel Programming | |||
type variable as argument of a sub | Excel Programming | |||
Variable Type - help me to solve this | Excel Programming |