Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Hyperlinking to a graphic

How can I make Excel 2002 open a hyperlinked image with a specific graphics program as opposed to the Microsoft Imaging program

Thanx in advance for any tips!!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Hyperlinking to a graphic

Hi
the chosen graphic program depends on the Windows settings for this
specific extension. That is if you have assigned the extension*.jpg to
MS Image then this program is opened if you click on the hyperlink.

--
Regards
Frank Kabel
Frankfurt, Germany

"G. Smith" schrieb im Newsbeitrag
...
How can I make Excel 2002 open a hyperlinked image with a specific

graphics program as opposed to the Microsoft Imaging program?

Thanx in advance for any tips!!


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Hyperlinking to a graphic

I guess I should've been a little more specific w/ my first ask. I'm creating a "data-base" for multiple users, some more experienced than others, and I'd like to make sure that the graphic hyperlinks will open with a program that all users are familiar with using. I know that I can set file assignments within Windows, but need to make sure that the same program opens the link on all computers that open my Excel file

I'm kind of a rookie with Excel and don't know if this is even possible?

Thanx again
G
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Hyperlinking to a graphic

Hi
AFAIK this is not possible with hyperlinks only referencing the
filename. You may try to create a hyperlink like the following:
c:\programs\your_program_path+name graphic_file_name

Depends if your graphic program allows a filename as parameter

--
Regards
Frank Kabel
Frankfurt, Germany

"G. Smith" schrieb im Newsbeitrag
...
I guess I should've been a little more specific w/ my first ask. I'm

creating a "data-base" for multiple users, some more experienced than
others, and I'd like to make sure that the graphic hyperlinks will open
with a program that all users are familiar with using. I know that I
can set file assignments within Windows, but need to make sure that the
same program opens the link on all computers that open my Excel file.

I'm kind of a rookie with Excel and don't know if this is even

possible??

Thanx again,
G


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 115
Default Hyperlinking to a graphic

In cast the hyperlink doesn't work, try the Shell command.

Shell "ProgramFullName FileFullName", vbNormalFocus

or in the example I used:

Shell "C:\Program Files\Common Files\Microsoft
Shared\PhotoEd\PhotoEd.exe C:\TEMP\Chart.gif", vbNormalFocus

The command is all on a single line.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______

Frank Kabel wrote:

Hi
AFAIK this is not possible with hyperlinks only referencing the
filename. You may try to create a hyperlink like the following:
c:\programs\your_program_path+name graphic_file_name

Depends if your graphic program allows a filename as parameter

--
Regards
Frank Kabel
Frankfurt, Germany

"G. Smith" schrieb im Newsbeitrag
...

I guess I should've been a little more specific w/ my first ask. I'm


creating a "data-base" for multiple users, some more experienced than
others, and I'd like to make sure that the graphic hyperlinks will open
with a program that all users are familiar with using. I know that I
can set file assignments within Windows, but need to make sure that the
same program opens the link on all computers that open my Excel file.

I'm kind of a rookie with Excel and don't know if this is even


possible??

Thanx again,
G




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hyperlinking hounddigitydog Excel Discussion (Misc queries) 0 May 21st 08 04:09 PM
Hyperlinking xbabytam Excel Discussion (Misc queries) 1 August 21st 07 03:12 PM
Help! Hyperlinking? IoHeFy Excel Discussion (Misc queries) 2 April 16th 07 02:10 PM
Hyperlinking Niccalo Excel Worksheet Functions 2 May 31st 05 12:07 PM
Hyperlinking when it shouldn't... B.C.Lioness Excel Worksheet Functions 0 May 17th 05 07:15 PM


All times are GMT +1. The time now is 12:45 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"