Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
At my office, we have folders set up for each Job Number. I am creating a
Master List of all Job Numbers and was pretty sure there was a way that I could set up up something that would take the user directly to the Job Folder simply by clicking the job name/number in the excel document. Am I dreaming, or can this be done. It needs to link to a full folder, not just a file. |
#2
![]() |
|||
|
|||
![]()
You can accomplish this programmatically in VBA using
application.FileDialog(msoFileDialogFolderPicker). Show http://HelpExcel.com "Dreamin in VA" wrote: At my office, we have folders set up for each Job Number. I am creating a Master List of all Job Numbers and was pretty sure there was a way that I could set up up something that would take the user directly to the Job Folder simply by clicking the job name/number in the excel document. Am I dreaming, or can this be done. It needs to link to a full folder, not just a file. |
#3
![]() |
|||
|
|||
![]()
This was added in xl2002.
galimi wrote: You can accomplish this programmatically in VBA using application.FileDialog(msoFileDialogFolderPicker). Show http://HelpExcel.com "Dreamin in VA" wrote: At my office, we have folders set up for each Job Number. I am creating a Master List of all Job Numbers and was pretty sure there was a way that I could set up up something that would take the user directly to the Job Folder simply by clicking the job name/number in the excel document. Am I dreaming, or can this be done. It needs to link to a full folder, not just a file. -- Dave Peterson |
#4
![]() |
|||
|
|||
![]()
Maybe just a hyperlink for that folder would work ok:
=hyperlink("C:\my documents\excel") Dreamin in VA wrote: At my office, we have folders set up for each Job Number. I am creating a Master List of all Job Numbers and was pretty sure there was a way that I could set up up something that would take the user directly to the Job Folder simply by clicking the job name/number in the excel document. Am I dreaming, or can this be done. It needs to link to a full folder, not just a file. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I link cells and keep the formating in excel? | Excel Discussion (Misc queries) | |||
Link Access table to Excel worksheet | Excel Discussion (Misc queries) | |||
Cannot access read-only documents. | Excel Discussion (Misc queries) | |||
most effective way to link ms word tables to excel | Excel Discussion (Misc queries) | |||
Open a file in excel from a link in eplorer | Excel Discussion (Misc queries) |