Recriter
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 27 articles for 0.302 sec
INDIRECT does not work with closed workbooks, so you would have to arrange for the file CSC Volumes.xls to be open if you wanted to use it. If it was open, then you wouldn't need the path in the formula, which would shorten it considerably to this: =IF(ISNA(VLOOKUP($A28,'[CSC Volumes.xls]ppweb(Jun)'!$B$2:$BZ$13,39,FALSE)),0,(VLOOKUP($A28,'[CSC Volumes.xls]ppweb(Jun)'!$B$2:$BZ$13,39,FALSE     

Group: microsoft.public.excel · Group Profile · Search for Recriter in microsoft.public.excel
Author: Pete_UK
Date: Jul 8, 2008 09:28

Can I use the =INDIRECT(ADDRESS(1,1,,,G$2)) with VLookup and ISNA? This is what my formula looks like right now. =IF(ISNA(VLOOKUP($A28,'C:\Documents and Settings\jbarton\My Documents\Excel\[CSC Volumes.xls]ppweb(Jun)'!$B$2:$BZ$13,39,FALSE)),0,(VLOOKUP($A28,'C:\Documents and Settings\jbarton\My Documents\Excel\[CSC Volumes.xls]ppweb(Jun)'!$B$2:$BZ$13,39,FALSE))) Except like i mentioned
Show full article (2.27Kb) · Show article thread
excellant. Thanks, "recrit" wrote: > On Jul 4, 10:54 am, JMay <J...@discussions.microsoft.com> wrote: > > Exactly -- Spot-on recrit !! > > > > "recrit" wrote: > > > On Jul 4, 10:19 am, JMay-Rke <JMay...@discussions.microsoft.com> > > > wrote: > > > > I jumped on the Excel (VBA) bandwagon some years ago. I have > > > > dozens of books and reference them constantly. In no book or >     

Group: microsoft.public.excel · Group Profile · Search for Recriter in microsoft.public.excel
Author: Jennifer
Date: Jul 8, 2008 08:21

excellant. Thanks recrit "recrit" wrote: On Jul 4, 10:54 am, JMay <J...@discussions.microsoft.com> wrote: Exactly -- Spot-on recrit !! "recrit" wrote: On Jul 4, 10:19 am, JMay-Rke <JMay...@discussions.microsoft.com> wrote: I jumped on the Excel (VBA) bandwagon some years ago. I have dozens of books and reference them constantly. In no book or
Show full article (1.63Kb) · Show article thread
You are right Jim, bad example. But what you are doing when you used it is just using extra properties of the Range object, in this case Cells MsgBox myRange.Cells(1,1).Value 'A1 in this example or MsgBox myRange.Cells(3,1).Value 'A3 in this example -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "JMay" <JMay@discussions     

Group: microsoft.public.excel.misc · Group Profile · Search for Recriter in microsoft.public.excel.misc
Author: JMay
Date: Jul 4, 2008 10:36

Bob; When trying out your example: MsgBox myRange.Value MsgBox myRange.Font.Name MsgBox myRange.Interior.Colorindex In the immediate window - I had to use an index numbers like: MsgBox myRange(1).Value MsgBox myRange(2).Font.Name MsgBox myRange(3).Interior.Colorindex as the above covers multiple elements (there's probably a better explanation
Show full article (2.80Kb) · Show article thread
Thank you recrit!! Thank you Bob!! Thank you Jim!! All for such lengthy explanations. I'm gonna spend some time on each of your explanations. At first glance they all appear **informative**, and just what i wanted/needed. I'll get back with possible questions. Jim "Jim Thomlinson" wrote: > A varaible and an object are both things that you store in memory in order to > reference     

Group: microsoft.public.excel.misc · Group Profile · Search for Recriter in microsoft.public.excel.misc
Author: JMay
Date: Jul 4, 2008 10:31

Specifically on the range object. If you want your variable to refer to the range object itself, you have to declare your variable as type Range or type Object (you will get away with type Variant as well), and when loading the variable, you use Set Set myRange = Range("A1:A4") This means that myRange is pointing to that Range, and can be interrogated for any of the properties of the
Show full article (2.81Kb) · Show article thread
On Jul 4, 10:54 am, JMay <J...@discussions.microsoft.com> wrote: > Exactly -- Spot-on recrit !! > > "recrit" wrote: > > On Jul 4, 10:19 am, JMay-Rke <JMay...@discussions.microsoft.com> > > 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     

Group: microsoft.public.excel.misc · Group Profile · Search for Recriter in microsoft.public.excel.misc
Author: Bob Phillips
Date: Jul 4, 2008 09:38

Exactly -- Spot-on recrit !! "recrit" wrote: On Jul 4, 10:19 am, JMay-Rke <JMay...@discussions.microsoft.com> 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
Show full article (3.46Kb) · Show article thread
    

Group: microsoft.public.excel.misc · Group Profile · Search for Recriter in microsoft.public.excel.misc
Author: JMay
Date: Jul 4, 2008 09:26

Show full article (2.86Kb) · Show article thread
    

Group: microsoft.public.excel.misc · Group Profile · Search for Recriter in microsoft.public.excel.misc
Author: JMay
Date: Jul 4, 2008 09:04

Show full article (1.98Kb) · Show article thread
    

Group: microsoft.public.excel.misc · Group Profile · Search for Recriter in microsoft.public.excel.misc
Author: Bob Phillips
Date: Jul 4, 2008 08:39

Show full article (2.23Kb) · Show article thread
    

Group: microsoft.public.excel.misc · Group Profile · Search for Recriter in microsoft.public.excel.misc
Author: recrit
Date: Jul 4, 2008 08:31

Show full article (2.64Kb) · Show article thread
    

Group: microsoft.public.excel.misc · Group Profile · Search for Recriter in microsoft.public.excel.misc
Author: JMay
Date: Jul 4, 2008 07:54

Show full article (0.67Kb) · Show article thread
1 · 2 · 3 · next