Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 175
Default Goto in a sheet

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Goto in a sheet

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 175
Default Goto in a sheet

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Goto in a sheet

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 175
Default Goto in a sheet

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Goto last row of the sheet Elton Law[_2_] Excel Worksheet Functions 3 April 10th 09 02:55 PM
Goto or Find a Date in a Sheet Kev - Radio Man Excel Discussion (Misc queries) 1 March 28th 08 09:40 AM
Goto specific sheet and cell jimmy[_5_] Excel Programming 1 March 3rd 07 11:08 AM
Goto first or last sheet Jac Tremblay[_4_] Excel Programming 0 June 21st 06 03:44 AM
GOTO another sheet CLR[_2_] Excel Programming 4 April 23rd 04 09:26 PM


All times are GMT +1. The time now is 04:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"