targheauto
Registered User.
- Local time
- Tomorrow, 00:43
- Joined
- Sep 6, 2007
- Messages
- 27
Hi everyone! I hope this is the right place where to post this. My problem is this: I have a piece of VB code in my Access application that creates an Excel sheet from the results of a query on the database.
One of the fields in the query contains an URL.
What I'd want to accomplish would be to have a hyperlink inside a cell, pointing to a product image in a website.
The query extracts a field like this:
"=COLLEG.IPERTESTUALE("http://esempio.microsoft.com/relazione/relazione bilancio.xls"; "Fare clic per visualizzare la relazione.")"
(COLLEG.IPERTESTUALE is the Italian localization of the Excel function).
What happens is I get the cells in the column populated with all the information coming from the query (i.e., the COLLEG.IPERTESTUALE command above), but I have to manually enter in each cell and double click it in order to activate the link.
How can I have hyperlinks automatically active?
Thanks so much
Alex
One of the fields in the query contains an URL.
What I'd want to accomplish would be to have a hyperlink inside a cell, pointing to a product image in a website.
The query extracts a field like this:
"=COLLEG.IPERTESTUALE("http://esempio.microsoft.com/relazione/relazione bilancio.xls"; "Fare clic per visualizzare la relazione.")"
(COLLEG.IPERTESTUALE is the Italian localization of the Excel function).
What happens is I get the cells in the column populated with all the information coming from the query (i.e., the COLLEG.IPERTESTUALE command above), but I have to manually enter in each cell and double click it in order to activate the link.
How can I have hyperlinks automatically active?
Thanks so much
Alex