The Code Cage - Microsoft Office help Free Microsoft Office Help for all Applications!  

To stop seeing these ads and get other benefits check This page!

Go Back   The Code Cage Forums > Newsgroups - Microsoft Topics > Newsgroup - Excel Forum > Excel VBA Programming
  Chat In Use Now! Microsoft Office Chat Online now!


Excel VBA Programming Post questions in this forum if they are related to using Microsoft Excel VBA Programming, Macro's etc.

Hey there!

It looks like you're enjoying but haven't created an account yet. Why not take a minute to register for your own free account now? As a member you get free access to all of our forums and posts plus the ability to post your own messages, communicate directly with other members and much more. Register now!

Already a member? Login at the top of this page to stop seeing this message.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 21st November 2009, 02:27 PM
Gary''s Student
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default Button for a Macro

------ Register to get rid of these "In Post" ads! ------


Excel 2007

is it possible to put something on the Quick Access Toolbar that will allow
me to run a macro with one click?
--
Gary''s Student - gsnu2007xx
Reply to this post


Did you find this post helpful? Yes | No
The Code Cage Advertisment
Advertisement

To stop seeing these ads and get other benefits check This page!
  #2 (permalink)  
Old 21st November 2009, 03:02 PM
Mike H
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default RE: Button for a Macro

------ Register to get rid of these "In Post" ads! ------


Try this

Right click the QA Toolbar and select Customise.
From the left dropdown choose 'Macros' and scroll to your macro and then
click ADD
On the right click modify and from the popup select an Icon
OK

Mike

"Gary''s Student" wrote:

> Excel 2007
>
> is it possible to put something on the Quick Access Toolbar that will allow
> me to run a macro with one click?
> --
> Gary''s Student - gsnu2007xx

Reply to this post


Did you find this post helpful? Yes | No
  #3 (permalink)  
Old 21st November 2009, 03:02 PM
JLatham
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default RE: Button for a Macro

------ Register to get rid of these "In Post" ads! ------


Yes.
Click the drop-down arrow at the right edge of the QAT and choose "More
Commands".
That'll take you to a probably familiar looking window where you can choose
"Macros" in the "Choose commands from:" area. That'll give you a list of
macros to choose from. The macro icon will be a flowchart kind of icon.
Hovering over the icon will show the macro's name as a tip eventually.

"Gary''s Student" wrote:

> Excel 2007
>
> is it possible to put something on the Quick Access Toolbar that will allow
> me to run a macro with one click?
> --
> Gary''s Student - gsnu2007xx

Reply to this post


Did you find this post helpful? Yes | No
The Code Cage Advertisment
Advertisement

To stop seeing these ads and get other benefits check This page!
  #4 (permalink)  
Old 21st November 2009, 03:02 PM
Jacob Skaria
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default RE: Button for a Macro

------ Register to get rid of these "In Post" ads! ------


Click on 'Customize QAT'>More commands>select 'Macros' from 'Choose commands
from' drop down will populate any available macros. Select the macro and
click Add will add an icon in QAT.

If this post helps click Yes
---------------
Jacob Skaria


"Gary''s Student" wrote:

> Excel 2007
>
> is it possible to put something on the Quick Access Toolbar that will allow
> me to run a macro with one click?
> --
> Gary''s Student - gsnu2007xx

Reply to this post


Did you find this post helpful? Yes | No
  #5 (permalink)  
Old 21st November 2009, 03:04 PM
Gary''s Student
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default RE: Button for a Macro

------ Register to get rid of these "In Post" ads! ------


Thanks!
--
Gary''s Student - gsnu200909


"Mike H" wrote:

> Try this
>
> Right click the QA Toolbar and select Customise.
> From the left dropdown choose 'Macros' and scroll to your macro and then
> click ADD
> On the right click modify and from the popup select an Icon
> OK
>
> Mike
>
> "Gary''s Student" wrote:
>
> > Excel 2007
> >
> > is it possible to put something on the Quick Access Toolbar that will allow
> > me to run a macro with one click?
> > --
> > Gary''s Student - gsnu2007xx

Reply to this post


Did you find this post helpful? Yes | No
  #6 (permalink)  
Old 21st November 2009, 03:08 PM
Gary''s Student
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default RE: Button for a Macro

------ Register to get rid of these "In Post" ads! ------


Thanks!
--
Gary''s Student - gsnu200909


"JLatham" wrote:

> Yes.
> Click the drop-down arrow at the right edge of the QAT and choose "More
> Commands".
> That'll take you to a probably familiar looking window where you can choose
> "Macros" in the "Choose commands from:" area. That'll give you a list of
> macros to choose from. The macro icon will be a flowchart kind of icon.
> Hovering over the icon will show the macro's name as a tip eventually.
>
> "Gary''s Student" wrote:
>
> > Excel 2007
> >
> > is it possible to put something on the Quick Access Toolbar that will allow
> > me to run a macro with one click?
> > --
> > Gary''s Student - gsnu2007xx

Reply to this post


Did you find this post helpful? Yes | No
The Code Cage Advertisment
Advertisement

To stop seeing these ads and get other benefits check This page!
  #7 (permalink)  
Old 21st November 2009, 03:08 PM
JLatham
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default RE: Button for a Macro

------ Register to get rid of these "In Post" ads! ------


I should have added that it's probably best to have the macro in your
Personal file, since that icon is going to become a somewhat permanent
addition to the QAT. You have to go through the same Customize process, but
explicitly choose to remove the icon to get rid of it.

"Gary''s Student" wrote:

> Excel 2007
>
> is it possible to put something on the Quick Access Toolbar that will allow
> me to run a macro with one click?
> --
> Gary''s Student - gsnu2007xx

Reply to this post


Did you find this post helpful? Yes | No
  #8 (permalink)  
Old 21st November 2009, 06:48 PM
Peter T
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default Re: Button for a Macro

------ Register to get rid of these "In Post" ads! ------


Just to add, if the macro should only be available in a particular workbook,
when adding to the QAT (as others have described) in the top right dropdown
select "For myBook.xlsm". The button will only appear when myBook is
active.

However, due to a bug introduced in SP2, when the file is closed & reopened
the button will no longer appear. Ron de Bruin describes how to fix here -
http://www.rondebruin.nl/qatbuttonbug.htm

Regards,
Peter T


"JLatham" <JLatham@discussions.microsoft.com> wrote in message
news:4426EDEE-A29C-4A9E-9829-0EA484FA14EC@microsoft.com...
>I should have added that it's probably best to have the macro in your
> Personal file, since that icon is going to become a somewhat permanent
> addition to the QAT. You have to go through the same Customize process,
> but
> explicitly choose to remove the icon to get rid of it.
>
> "Gary''s Student" wrote:
>
>> Excel 2007
>>
>> is it possible to put something on the Quick Access Toolbar that will
>> allow
>> me to run a macro with one click?
>> --
>> Gary''s Student - gsnu2007xx



Reply to this post


Did you find this post helpful? Yes | No
  #9 (permalink)  
Old 21st November 2009, 08:16 PM
JLatham
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default RE: Button for a Macro

------ Register to get rid of these "In Post" ads! ------


You're welcome.

Also, if you haven't seen it, you should check out Peter T's response to my
second post in the thread. Has some good added information about managing
that added button:
http://www.microsoft.com/office/comm...0-b54ebf267a9a


"Gary''s Student" wrote:

> Thanks!
> --
> Gary''s Student - gsnu200909
>
>
> "JLatham" wrote:
>
> > Yes.
> > Click the drop-down arrow at the right edge of the QAT and choose "More
> > Commands".
> > That'll take you to a probably familiar looking window where you can choose
> > "Macros" in the "Choose commands from:" area. That'll give you a list of
> > macros to choose from. The macro icon will be a flowchart kind of icon.
> > Hovering over the icon will show the macro's name as a tip eventually.
> >
> > "Gary''s Student" wrote:
> >
> > > Excel 2007
> > >
> > > is it possible to put something on the Quick Access Toolbar that will allow
> > > me to run a macro with one click?
> > > --
> > > Gary''s Student - gsnu2007xx

Reply to this post


Did you find this post helpful? Yes | No
The Code Cage Advertisment
Advertisement

To stop seeing these ads and get other benefits check This page!
  #10 (permalink)  
Old 21st November 2009, 08:39 PM
JLatham
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default Re: Button for a Macro

------ Register to get rid of these "In Post" ads! ------


Thanks for the added information, ends up making things work a lot better in
the end.


"Peter T" wrote:

> Just to add, if the macro should only be available in a particular workbook,
> when adding to the QAT (as others have described) in the top right dropdown
> select "For myBook.xlsm". The button will only appear when myBook is
> active.
>
> However, due to a bug introduced in SP2, when the file is closed & reopened
> the button will no longer appear. Ron de Bruin describes how to fix here -
> http://www.rondebruin.nl/qatbuttonbug.htm
>
> Regards,
> Peter T
>
>
> "JLatham" <JLatham@discussions.microsoft.com> wrote in message
> news:4426EDEE-A29C-4A9E-9829-0EA484FA14EC@microsoft.com...
> >I should have added that it's probably best to have the macro in your
> > Personal file, since that icon is going to become a somewhat permanent
> > addition to the QAT. You have to go through the same Customize process,
> > but
> > explicitly choose to remove the icon to get rid of it.
> >
> > "Gary''s Student" wrote:
> >
> >> Excel 2007
> >>
> >> is it possible to put something on the Quick Access Toolbar that will
> >> allow
> >> me to run a macro with one click?
> >> --
> >> Gary''s Student - gsnu2007xx

>
>
> .
>

Reply to this post


Did you find this post helpful? Yes | No

The Code Cage Advertisment
Advertisement

To stop seeing these ads and get other benefits check This page!
Reply

Bookmarks

Tags
button, macro


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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

Forum Jump

The Code Cage Affilliates


To stop seeing these ads and get other benefits check This page!



All times are GMT +1. The time now is 07:54 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2
No part of this board may be copied or reproduced either in part or full without the express permission of The Code Cage Team.
We are not associated with nor employed by Microsoft in any way, we simply provide resources!
All MS office icons are registered trademarks of the application the represent