Linking to folders

llanelliboy

New Member
Joined
Jul 13, 2005
Messages
6
I need to put a link onto a spreadsheet.

The link needs to go to a folder, not a specific document.

I've tried it via 'insert hyperlink' but it tells me the hyperlink isn't valid.

Can anyone help please?
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
I've been asked to set up a document for a committee.

The agendas, minutes etc are in folders stored on my H:\ drive.

I need to put hyperlinks in the spreadsheet to link to the folders, not the documents.

I'm a complete novice at this so please be gentle!

Thanks

Llanelliboy
 
Upvote 0
Hello, still not following, do you want to launch the Windows Explorer to a Folder?

You could tie a button to something like:

Code:
Sub foobar()
Shell "Explorer.exe /e, c:\temp\", vbMaximizedFocus
End Sub
Where 'c:\temp\' is the path. Otherwise, how do you mean 'link to a folder, not a file'?
 
Upvote 0

Forum statistics

Threads
1,215,499
Messages
6,125,163
Members
449,210
Latest member
grifaz

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top