Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default MACRO recording to be for all new sheets

I frequently download data from our stock system.

Our stock system will auotmatically create a excel file called 'Sheet1'

I need to do standard inserting of lines, adding of text and formating.

So I recorded a macro to do all these.

How can I make this macro available to all workbooks or sheets
( I do more than 10 downloads a day.)



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 75
Default MACRO recording to be for all new sheets

I would store the macros in a separate worksheet, save it as an add-in, and
add it to your list of add-ins.

--
Alan Moseley IT Consultancy
http://www.amitc.co.uk

If I have solved your problem, please click Yes below. Thanks.


"Christine" wrote:

I frequently download data from our stock system.

Our stock system will auotmatically create a excel file called 'Sheet1'

I need to do standard inserting of lines, adding of text and formating.

So I recorded a macro to do all these.

How can I make this macro available to all workbooks or sheets
( I do more than 10 downloads a day.)




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default MACRO recording to be for all new sheets

Can you explain step by step how to:

- save in a separate worksheet (what file and which directory?)
-Save it as an add-in (how?)
- add it to your list of add-ins (how?)

thks

"Alan Moseley" wrote in message
...
I would store the macros in a separate worksheet, save it as an add-in, and
add it to your list of add-ins.

--
Alan Moseley IT Consultancy
http://www.amitc.co.uk

If I have solved your problem, please click Yes below. Thanks.


"Christine" wrote:

I frequently download data from our stock system.

Our stock system will auotmatically create a excel file called 'Sheet1'

I need to do standard inserting of lines, adding of text and formating.

So I recorded a macro to do all these.

How can I make this macro available to all workbooks or sheets
( I do more than 10 downloads a day.)






  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 75
Default MACRO recording to be for all new sheets

The following web page details this process:-

http://msdn.microsoft.com/en-us/libr...ffice.10).aspx

--
Alan Moseley IT Consultancy
http://www.amitc.co.uk

If I have solved your problem, please click Yes below. Thanks.


"Centrol" wrote:

Can you explain step by step how to:

- save in a separate worksheet (what file and which directory?)
-Save it as an add-in (how?)
- add it to your list of add-ins (how?)

thks

"Alan Moseley" wrote in message
...
I would store the macros in a separate worksheet, save it as an add-in, and
add it to your list of add-ins.

--
Alan Moseley IT Consultancy
http://www.amitc.co.uk

If I have solved your problem, please click Yes below. Thanks.


"Christine" wrote:

I frequently download data from our stock system.

Our stock system will auotmatically create a excel file called 'Sheet1'

I need to do standard inserting of lines, adding of text and formating.

So I recorded a macro to do all these.

How can I make this macro available to all workbooks or sheets
( I do more than 10 downloads a day.)







  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default MACRO recording to be for all new sheets

See in-line

On Thu, 23 Oct 2008 22:01:40 +0800, "Centrol"
wrote:

Can you explain step by step how to:

- save in a separate worksheet (what file and which directory?)


Turn on the macro recorder from ToolsMacroRecord new macro.

Select Personal Macro Workbook as the place the store the macro.

Record yourself doing something like copy a cell from here to there then
Stop Recording.

You now have a Personal.xls stored in your XLSTART folder.

This file will open each time you start Excel.

To add existing macros to it, just copy them from your existing workbook
module to Personal.xls module by opening the Visual Basic Editor(Alt + F11)

Alt + q to return to Excel window. WindowHide Personal.xls

Close Excel and save changes to Personal.xls when asked.

Personal.xls will open hidden from now on but macros will be available for
all open workbooks and sheets.

-Save it as an add-in (how?)


To save a workbook as an add-in you just open a new workbook and the Visual
Basic Editor. Create a module and copy all your macros to that module.

FileSave AsFile Type Excel Add-in(*.xla)

- add it to your list of add-ins (how?)


Store your newly created add-in in Office\Library folder.

Then go to ToolsAdd-ins and browse to the folder and check the add-in to
load it.

Leqve it loaded.


Gord Dibben MS Excel MVP


thks

"Alan Moseley" wrote in message
...
I would store the macros in a separate worksheet, save it as an add-in, and
add it to your list of add-ins.

--
Alan Moseley IT Consultancy
http://www.amitc.co.uk

If I have solved your problem, please click Yes below. Thanks.


"Christine" wrote:

I frequently download data from our stock system.

Our stock system will auotmatically create a excel file called 'Sheet1'

I need to do standard inserting of lines, adding of text and formating.

So I recorded a macro to do all these.

How can I make this macro available to all workbooks or sheets
( I do more than 10 downloads a day.)






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
recording a macro Heela Excel Worksheet Functions 2 September 19th 07 08:40 PM
My excel macro recorder no longer shows up when recording macro jack Excel Discussion (Misc queries) 1 February 5th 07 09:31 PM
My excel macro recorder no longer shows up when recording macro jack Excel Discussion (Misc queries) 3 February 5th 07 08:22 PM
Newbie seeks suggestion on recording new macro to print sheets Vivian New Users to Excel 2 May 10th 06 06:53 AM
Macro recording????? Chris Watson Excel Worksheet Functions 1 January 27th 06 09:31 AM


All times are GMT +1. The time now is 12:43 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"