#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 189
Default Dynamic Hyperlink

hi,
I'm having a dynamic hyperlink by the following code:
Range("A" & Rows.Count).End(xlUp).Offset(1, 0).Select
but the problem is when I drag a formula like this,=IF(C127,"YY",""),
downward.

in this case the active cell will shift to the last cell in which we have
the formula, but I want it go to the last cell with "YY".
any help?
thanx
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 383
Default Dynamic Hyperlink

hi, not sure if i can answer, or if what you want, but have a hyperlink for
manuevering thru a document:

=HYPERLINK("#"&CELL("address",OFFSET($A$402,IF(ROW ($A$402)<(ROW($A402)-($Z$3/4)),-1,$Z$3),1)),"B")

z3 is a cell that calculates number of rows available, minus freeze-pane
header:
($Y$3-CELL("row",$A$17))-2

y3 is number of rows..

"peyman" wrote:

hi,
I'm having a dynamic hyperlink by the following code:
Range("A" & Rows.Count).End(xlUp).Offset(1, 0).Select
but the problem is when I drag a formula like this,=IF(C127,"YY",""),
downward.

in this case the active cell will shift to the last cell in which we have
the formula, but I want it go to the last cell with "YY".
any help?
thanx

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
dynamic hyperlink hamed Excel Discussion (Misc queries) 3 July 19th 07 08:44 PM
Dynamic Hyperlink [email protected] Excel Discussion (Misc queries) 1 February 20th 07 05:18 PM
dynamic hyperlink Ken Excel Discussion (Misc queries) 7 October 22nd 06 06:22 AM
Dynamic hyperlink [email protected] Excel Discussion (Misc queries) 2 August 22nd 06 12:30 PM
Dynamic Hyperlink Larry S Excel Worksheet Functions 5 May 17th 06 12:21 PM


All times are GMT +1. The time now is 09:14 PM.

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

About Us

"It's about Microsoft Excel"