PC Review


Reply
Thread Tools Rate Thread

autocad Hyper links

 
 
mohamad attar
Guest
Posts: n/a
 
      8th Feb 2012
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
 
Reply With Quote
 
 
 
 
Don Guillett
Guest
Posts: n/a
 
      8th Feb 2012
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 <mohamadatt...@gmail.com> 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


 
Reply With Quote
 
mohamad attar
Guest
Posts: n/a
 
      9th Feb 2012
thanks for help but can u explain more how i can use the double click
event
 
Reply With Quote
 
Don Guillett
Guest
Posts: n/a
 
      9th Feb 2012
On Feb 9, 7:32*am, mohamad attar <mohamadatt...@gmail.com> 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 tab>view code>insert 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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



Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:39 AM.