Share a macro

b.ward

New Member
Joined
Jan 16, 2004
Messages
18
Hi

I've cobbled together (I know it's ugly and probably breaks every coding rule there is but I have no concept of how to code!!) a macro that gets the result i want.

basically it bins data collected by an electronic guage. my colleagues use the guages as well so this would save them time if i could share it.

It just seems to be saved in a hidden workbook called personal.xls. i tried exporting the .bas file but doesn't seem to appear in macro list when imported.........

Any help would be much appreciated you clever people :biggrin:
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
The personal.xls is your personal macro file which is stored on your personal computer, hence no one else has access to it.

You can create a new workbook, copy the macros to this file, and save this file to the network so your colleagues will have access to it. You can also create an add-in file from your macros. I am unsure how to do that, but it had been explained on this site before, so I would recommend searching this site for "create add-ins" if you want to go that route.
 
Upvote 0
I know from what I am doing now, that an XLT file on the network is the best way to go.
That way, if you update it, then all can benefit from the new xlt file.

The key will be a button on the local template, or macro, whatever works best, that accesses the network macro.

My stuff works off the use of the previous file created, and then it creates a file based on variables ( date etc ).

So long as the drive label is consistent with colleagues then it works fine.

(y)
 
Upvote 0

Forum statistics

Threads
1,215,054
Messages
6,122,901
Members
449,097
Latest member
dbomb1414

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