Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi!
In a sheet i have: a1 = 06-08-2007 b1 = 13-08-2007 c1 = 7 where 7 are 13-08-2007 - 06-08-2007 And where 13-08-2007 are = Now() I a makro i have : Range ("b11").select but ehat i want is Range ("b11") + The value of C1 in the sheet where i have, the + is to the right or collumn a1 = 06-08-2007 b1 = 13-08-2007 c1 = 7 Hope someone understand and can help regrds alvin |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Range("B11").Offset(0,Range("C1").Value).Select
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "alvin Kuiper" wrote in message ... Hi! In a sheet i have: a1 = 06-08-2007 b1 = 13-08-2007 c1 = 7 where 7 are 13-08-2007 - 06-08-2007 And where 13-08-2007 are = Now() I a makro i have : Range ("b11").select but ehat i want is Range ("b11") + The value of C1 in the sheet where i have, the + is to the right or collumn a1 = 06-08-2007 b1 = 13-08-2007 c1 = 7 Hope someone understand and can help regrds alvin |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks bob
But my value in C1 is in another sheet than B11 Hop you can help Alvin "Bob Phillips" skrev: Range("B11").Offset(0,Range("C1").Value).Select -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "alvin Kuiper" wrote in message ... Hi! In a sheet i have: a1 = 06-08-2007 b1 = 13-08-2007 c1 = 7 where 7 are 13-08-2007 - 06-08-2007 And where 13-08-2007 are = Now() I a makro i have : Range ("b11").select but ehat i want is Range ("b11") + The value of C1 in the sheet where i have, the + is to the right or collumn a1 = 06-08-2007 b1 = 13-08-2007 c1 = 7 Hope someone understand and can help regrds alvin |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Range("B11").Offset(0,Worksheets("the_other_sheet_ name").Range("C1").Value).Select
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "alvin Kuiper" wrote in message ... Thanks bob But my value in C1 is in another sheet than B11 Hop you can help Alvin "Bob Phillips" skrev: Range("B11").Offset(0,Range("C1").Value).Select -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "alvin Kuiper" wrote in message ... Hi! In a sheet i have: a1 = 06-08-2007 b1 = 13-08-2007 c1 = 7 where 7 are 13-08-2007 - 06-08-2007 And where 13-08-2007 are = Now() I a makro i have : Range ("b11").select but ehat i want is Range ("b11") + The value of C1 in the sheet where i have, the + is to the right or collumn a1 = 06-08-2007 b1 = 13-08-2007 c1 = 7 Hope someone understand and can help regrds alvin |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Bob
Its working Alvin "Bob Phillips" skrev: Range("B11").Offset(0,Worksheets("the_other_sheet_ name").Range("C1").Value).Select -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "alvin Kuiper" wrote in message ... Thanks bob But my value in C1 is in another sheet than B11 Hop you can help Alvin "Bob Phillips" skrev: Range("B11").Offset(0,Range("C1").Value).Select -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "alvin Kuiper" wrote in message ... Hi! In a sheet i have: a1 = 06-08-2007 b1 = 13-08-2007 c1 = 7 where 7 are 13-08-2007 - 06-08-2007 And where 13-08-2007 are = Now() I a makro i have : Range ("b11").select but ehat i want is Range ("b11") + The value of C1 in the sheet where i have, the + is to the right or collumn a1 = 06-08-2007 b1 = 13-08-2007 c1 = 7 Hope someone understand and can help regrds alvin |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Goto last row of the sheet | Excel Worksheet Functions | |||
Goto or Find a Date in a Sheet | Excel Discussion (Misc queries) | |||
Goto specific sheet and cell | Excel Programming | |||
Goto first or last sheet | Excel Programming | |||
GOTO another sheet | Excel Programming |