Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Jul 4, 10:19*am, JMay-Rke
wrote: I jumped on the Excel (VBA) bandwagon some years ago. I have dozens of books and reference them constantly. *In no book or in my visiting any newsgroup have I been able to clearly make the distinction between when to engage a regular variable versus an object variable - particularly as regards the Range object. Can someone make an attempt to CONTRAST these two elements? do you mean when to use either of the following? dim x x = Range("A1") |OR| dim rng as Range set rng = Range("A1") |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
More than 1 Variables | Excel Discussion (Misc queries) | |||
Using variables . . . | Excel Discussion (Misc queries) | |||
Too many variables? | Excel Worksheet Functions | |||
Using variables in a name | Excel Discussion (Misc queries) | |||
SUM IF and two variables | Excel Worksheet Functions |