excel-xp-training - excel macros

Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » excel-xp-training - Excel Macros

excel-xp-training - Excel Macros

resolvedResolved · Low Priority · Version Standard

Jane has attended:
Project Introduction course

Excel Macros

Hello,

Can you help me i have created a macro on my pc and i want to copy it to another persons pc, is there an easy way to do this?

RE: Excel Macros

Hi Jane,

Thanks for your question.

You can try exporting the macro.

    1. Open your Visual Basic window
    2. In the Project Explorer window (top left corner), under the file PERSONAL.xls, you can see the MODULE folder
    3. Right click on the particular MODULE name
    4. Choose EXPORT FILE...
    5. Name & save it.


Email this file (*.bas) to your colleague, on their computer.
    1. Open a new Excel worksheet
    2. Open Project Explorer Window
    3. Right click on the new file name (e.g. Book1)
    4. Choose IMPORT FILE...
    5. Locate and press OPEN.


Hope this helps

Regards,

Katie

RE: Excel Macros

thanks Katie I will give this a go...

Jane

 

Training courses

 

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Excel tip:

Convert Text into Number

Some times numbers maybe imported in as text or you maybe concatenating numbers that form a text string that now are treated, because you had to extract them by Text functions

To convert Text into Number just encase the relevant cell reference or formula in the TEXT function. See Converting American Date to European hint

eg TEXT(Ref) or TEXT(formula)

View all Excel hints and tips


Server loaded in 0.08 secs.