J
juliuss
Hi all.
I would like to create a clickable link in Excel. I want this link to
include the values in other cells as parameters. So, for example:
Cell A1: 123
Cell A2: abc
Cell B2: ="http://server.com/page?a1="&A1&"&a2="&A2
So, this clearly would display: "http://server.com/page?a1=123&a2=abc"
but the link is not clickable. I'm looking for an easy way to make the
data in this document upload to a web server -- maybe there's something
I can do here that would work, or maybe another trick?
The reason I'm trying to avoid VBA is because it seems to break often
and because emailed macros are often stripped of their code. However,
it looks like it may be the only way.
My question then is
1) can this be done without a macro in some clever way?
I would like to create a clickable link in Excel. I want this link to
include the values in other cells as parameters. So, for example:
Cell A1: 123
Cell A2: abc
Cell B2: ="http://server.com/page?a1="&A1&"&a2="&A2
So, this clearly would display: "http://server.com/page?a1=123&a2=abc"
but the link is not clickable. I'm looking for an easy way to make the
data in this document upload to a web server -- maybe there's something
I can do here that would work, or maybe another trick?
The reason I'm trying to avoid VBA is because it seems to break often
and because emailed macros are often stripped of their code. However,
it looks like it may be the only way.
My question then is
1) can this be done without a macro in some clever way?