Re: Problem writing Excel formulas via ODBC
- From: srikantha <srikantha.1r0hxm@>
- Date: Wed, 22 Jun 2005 06:06:33 +0100
Thanks very much for that...
Now I am planning to insert file location (Hyperlink Address) to Excel
cells. I am planning to use a following macro to solve above
problem...
Private Sub Worksheet_Activate()
Hyperlinks.Add Anchor:=Selection, _
Address:="file:\\C:\Automation\Code-Auto"
End Sub
what type of function definition will give me above requirement. I.e.
if any cell contains file location, I need hyperlink with that location
and friendly name should be cell name.....
can you please help me out...
Thanks in advance...
Regards,
srikantha
--
srikanthaPosted from http://www.pcreview.co.uk/ newsgroup access
.
- References:
- Problem writing Excel formulas via ODBC
- From: srikantha
- Re: Problem writing Excel formulas via ODBC
- From: keepITcool
- Problem writing Excel formulas via ODBC
- Prev by Date: Re: Excel Function Help
- Next by Date: How to search a range for a suburb in a large range
- Previous by thread: Re: Problem writing Excel formulas via ODBC
- Next by thread: Re: Problem writing Excel formulas via ODBC
- Index(es):
Relevant Pages
|