General Car Related Discussion. To discuss anything that is related to cars and automotive technology that doesnt naturally fit into another forum catagory.

FAO EXCEL WIZARDS

Thread Tools
 
Search this Thread
 
Old Jul 22, 2004 | 02:36 PM
  #1  
DaveEscos's Avatar
DaveEscos
Thread Starter
BANNED
 
Joined: May 2003
Posts: 23,032
Likes: 2
From: Mongsville, wiping Jimbo.'s spastic arse.
Default FAO EXCEL WIZARDS

right, you can create macro's to open any spreadsheets you need that are saved on your system.

for example, rather than keep going to file / open / etc for a file that you use all the time, you can create a macro icon, apply the macro to the button so it opens the file on the click of the said button..


but..


how do you create links to folders? and attatch it to an icon?
Reply
Old Jul 22, 2004 | 02:48 PM
  #2  
BigNige's Avatar
BigNige
I've found that life I needed.. It's HERE!!
 
Joined: Jun 2003
Posts: 1,464
Likes: 0
Default

Dave

You need to first open microsoft power point and make some buttons using the bit on the bottom left

Autoshapes open the list up and create a button

Then right click it and click on the hyper link and select edit hyperlink

Click on where it says other file and find the one that you want

This will now be a MACRO to that file and will open it for you

Right click on the button and CUT

paste it into any MICROSOFT documnet word etc and it will open the file you said

So you could have a word document with loads of buttons to your fave common files or pics etc

Nige
Reply
Old Jul 22, 2004 | 06:12 PM
  #3  
DaveEscos's Avatar
DaveEscos
Thread Starter
BANNED
 
Joined: May 2003
Posts: 23,032
Likes: 2
From: Mongsville, wiping Jimbo.'s spastic arse.
Default

ill have a pop at work tomorrow, thanks you big fairy
Reply
Old Jul 22, 2004 | 06:31 PM
  #4  
_Ben_'s Avatar
_Ben_
I'm Finding My Feet Here Now
 
Joined: Jun 2003
Posts: 148
Likes: 0
Default

Or, its a billion times easier to create a new module in word/excel whatever and paste the following as a macro:

Option Explicit

Sub test()
Dim davesFolder As FileDialog
Set davesFolder = Application.FileDialog(msoFileDialogFolderPicker)
davesFolder.InitialFileName = "C:\daves_useful_folder\"
davesFolder.Show
End Sub

Cheers.
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
jessie_rs
Ford RS Cosworth Parts for Sale
1
Jan 5, 2016 01:16 PM
nicodinho
Ford Non RS / XR / ST parts for sale.
6
Oct 7, 2015 12:56 PM
stevecfrst1
Cars for Sale
1
Sep 30, 2015 05:18 AM
RIB1122
Ford RS Cosworth Parts for Sale
2
Sep 17, 2015 07:45 PM
jessie_rs
Non Ford parts & other stuff for sale
0
Sep 7, 2015 01:27 PM




All times are GMT. The time now is 05:54 PM.