ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Quick Question on Hyperlinks (https://www.excelbanter.com/excel-programming/304444-re-quick-question-hyperlinks.html)

rickey24[_11_]

Quick Question on Hyperlinks
 
Dave

One last question, if I am using it in a: for i = 1 to lastrow an
have this statement in the

myhyper = "'" & tsht.name & "'!c9"

I want the hyperlink to be Column C but Row i, how would you change th
statement? Again I can't seem to get my variables working on this.
Thanks again.

R

--
Message posted from http://www.ExcelForum.com


Dave Peterson[_3_]

Quick Question on Hyperlinks
 
how about:

myhyper = "'" & tsht.name & "'!c" & i



"rickey24 <" wrote:

Dave

One last question, if I am using it in a: for i = 1 to lastrow and
have this statement in the

myhyper = "'" & tsht.name & "'!c9"

I want the hyperlink to be Column C but Row i, how would you change the
statement? Again I can't seem to get my variables working on this.
Thanks again.

RH

---
Message posted from http://www.ExcelForum.com/


--

Dave Peterson


rickey24[_12_]

Quick Question on Hyperlinks
 
Awesome, thanks

--
Message posted from http://www.ExcelForum.com



All times are GMT +1. The time now is 06:31 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com