Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I feel like I'm getting very close to calling my executable file from within my Excel spreadsheet. My executable requires I pass one parameter which is a fully qualified file path and filename. I can successfully execute the .Exe (with no parameter) by using this Hyperlink function: =HYPERLINK("c:\ttmsapps\compiled\deletefile.exe", "Delete") What I can't seem to get is the syntax passing a cell reference as a parameter. When I attempt it referencing cell F5 like this: =HYPERLINK("c:\ttmsapps\compiled\deletefile.exe " & F5, "Delete") I can mouse over the hyperlink and see that it shows the ' & F5' resolving properly. However, when I click on the hyperlink I get the error "Cannot locate the Internet server or Proxy server". Any suggestions here? By the way, cell F5 resolves to: ./toarchive/exfc/sarg/im/stacy/oldscans.sas7bdat -- buechler66 ------------------------------------------------------------------------ buechler66's Profile: http://www.excelforum.com/member.php...o&userid=36333 View this thread: http://www.excelforum.com/showthread...hreadid=561170 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Is it true there are bugs in the Hyperlink function that might be preventing the cell reference from resolving? -- buechler66 ------------------------------------------------------------------------ buechler66's Profile: http://www.excelforum.com/member.php...o&userid=36333 View this thread: http://www.excelforum.com/showthread...hreadid=561170 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with this conditional IF statement | Excel Discussion (Misc queries) | |||
Bring the cell format along with the cell value from a reference c | Excel Worksheet Functions | |||
Can you have fixed cell reference when dragging/copying formulae? | Excel Discussion (Misc queries) | |||
Using a formula in a Hyperlink Cell reference | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |