#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Excel problem

I have just started a new job and am using excel more and more (not an excel
expert). Within Word I have created lots of macros some complicated VBA ones
and I want to recreate them in Excel (print macros etc). I have just done a
simple macro and want to put it in a startup excel doc but when I go into
customise, comands, macros my macro is not there to drag to my toolbar - any
ideas anyone

Many thanks

Addy
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 140
Default Excel problem

Ensure that the macro is created/saved in a standard module. This will expose
it to be added to the toolbar

HTH

"addy" wrote:

I have just started a new job and am using excel more and more (not an excel
expert). Within Word I have created lots of macros some complicated VBA ones
and I want to recreate them in Excel (print macros etc). I have just done a
simple macro and want to put it in a startup excel doc but when I go into
customise, comands, macros my macro is not there to drag to my toolbar - any
ideas anyone

Many thanks

Addy

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Excel problem

What do you mean by a standard module. The macro is in module1 is that what
you mean? but it still doesn't appear in customise, commands, macros

"steve_doc" wrote:

Ensure that the macro is created/saved in a standard module. This will expose
it to be added to the toolbar

HTH

"addy" wrote:

I have just started a new job and am using excel more and more (not an excel
expert). Within Word I have created lots of macros some complicated VBA ones
and I want to recreate them in Excel (print macros etc). I have just done a
simple macro and want to put it in a startup excel doc but when I go into
customise, comands, macros my macro is not there to drag to my toolbar - any
ideas anyone

Many thanks

Addy

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Excel problem

It may be easier initially to customize the toolbar by hand. But with just a
few macros, it can get more difficult.

Your life will become much simpler if you include code to create the toolbar
when the workbook is opened and include code to destroy the toolbar when the
workbook is closed.

For additions to the worksheet menu bar, I really like the way John Walkenbach
does it in his menumaker workbook:
http://j-walk.com/ss/excel/tips/tip53.htm

Here's how I do it when I want a toolbar:
http://www.contextures.com/xlToolbar02.html
(from Debra Dalgleish's site)

And if you think that you're ever going to share this workbook with others,
don't use a file name of personal.xls. Use something like AddyUtils.xls.

You don't want to take a chance that any other user is already using that
personal.xls name.

addy wrote:

I have just started a new job and am using excel more and more (not an excel
expert). Within Word I have created lots of macros some complicated VBA ones
and I want to recreate them in Excel (print macros etc). I have just done a
simple macro and want to put it in a startup excel doc but when I go into
customise, comands, macros my macro is not there to drag to my toolbar - any
ideas anyone

Many thanks

Addy


--

Dave Peterson
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
Weird problem with Excel 2000...Worksheets disappearing in a shared Excel file BrianL_SF Excel Discussion (Misc queries) 2 October 10th 06 08:27 PM
Started out as an Access problem. Now an Excel problem RobertM Excel Discussion (Misc queries) 2 April 26th 06 07:30 PM
excel office V excel viewer, slight problem Scudo New Users to Excel 3 January 18th 06 05:12 PM
EXCEL FORMAT PROBLEM WHEN SENDING EXCEL SHEET AS MESSAGE BODY IN . P.S.Sodha Excel Discussion (Misc queries) 0 April 2nd 05 01:53 PM
Excel 97 chart opened in Excel 2003 - Source Data problem DHunt Charts and Charting in Excel 0 December 6th 04 08:05 PM


All times are GMT +1. The time now is 02:33 PM.

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

About Us

"It's about Microsoft Excel"