#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default autocad Hyper links

i have a about 800 autocad files in a folder on the network where i
work , i want to make an excel sheet with hyperlinks for this files
once a time instead of doing them individually any help please
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,522
Default autocad Hyper links

Instead I would suggest just typing in the link and then using a
double_click event to FOLLOW HYPERLINK.


On Feb 8, 7:37*am, mohamad attar wrote:
i have a about 800 *autocad files in a folder on the network where i
work , i want to make an excel sheet with hyperlinks for this files
once a time instead of doing them individually any help please


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default autocad Hyper links

thanks for help but can u explain more how i can use the double click
event
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,522
Default autocad Hyper links

On Feb 9, 7:32*am, mohamad attar wrote:
thanks for help but can u explain more how i can use the double click
event

==========
OK suppose you have this typed in a cell(use actual names)

c:\folder\subfolder\filename.xls
and right click sheet tabview codeinsert this and DOUBLE click on
the cell to open the file

Private Sub Worksheet_BeforeDoubleClick _
(ByVal Target As Range, Cancel As Boolean)
ActiveWorkbook.FollowHyperlink Address:=Target
End Sub
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
Using buttons to instead of hyper links Melisa Hutchins Links and Linking in Excel 1 January 24th 11 10:39 PM
Excel Hyper Links Cblasingame Excel Worksheet Functions 1 March 12th 08 09:32 PM
Trying to remove a list of hyper links Carrguy Excel Programming 1 September 9th 06 09:01 PM
Hyper Links sweetcircuit Excel Worksheet Functions 2 June 13th 05 03:35 PM
Hyper Links Tim[_17_] Excel Programming 0 July 25th 03 05:57 PM


All times are GMT +1. The time now is 07: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"