Quick Ribbon Access Bar

S

Steved

Hello from Steved

I have a Macro Icon that I've created in Quick Ribbon Access Bar.

A question please I have in the "Add In" created a Macro that when I push
the Icon it works perfectly, what I would like to do please is build a macro
that will operate this, yes I've turn on record macro to record the
keystrokes to do this and named the macro "Test". When I push the "Test"
macro Icon it does not work. Is it Possible please to have this to work.

I thanyou.
 
D

Doug Robbins - Word MVP

Tell us exactly what it is that you want to do. It is not clear from you
present post what that is and also just what it is that you have done.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 
S

Steved

Hello Doug from Steved

Firstly thankyou for your time on my issue.

As you can see from below I would like to add "Call Replace" fom the Add-Ins

I goto Add-Ins and push the icon called "Replace" and it exucutes. So my
question being can this be done please meaning add it to "Sub RunAll()"
Thankyou.

Sub RunAll()
Call LeftAndRights
Call Home
Call RaceBase
Call RaceDelete
Call Remove
Call Outof
Call Bracket
Call Home
End Sub
 
D

Doug Robbins - Word MVP

You can certainly add a Call Replace to the Sub RunAll()

Sub RunAll()
Call LeftAndRights
Call Home
Call RaceBase
Call RaceDelete
Call Remove
Call Outof
Call Bracket
Call Home
Call Replace 'added
End Sub

But, I suspect that is not really what you meant and I have really no idea
what it is that you want to do.
--
Hope this helps,

Doug Robbins - Word MVP

Please reply only to the newsgroups unless you wish to obtain my services on
a paid professional basis.
 
S

Steved

Hello Doug from Steved

Below I've turned on record macro.
I recorded using the Add-Ins and then the add-Ins icon called replace which
worked, now using the record macro it produced the below it does not work.

Sub Replace ()
Windows("Dictionary").Activate
End Sub

The Location in Add-ins
Name: Race Breedings replacer
Location: mscoree.dll
Type: Com Add-in

Is it possible to run the above using a macro please.

Once again Thankyou for timeout on my issue.
 
D

Doug Robbins - Word MVP

Sorry, I still have no idea what you are talking about, but suggest that you
contact whomever it was that created "Race Breedings replacer" I assume
that it was that which put the replace icon under the Windows tab.

--
Hope this helps,

Doug Robbins - Word MVP

Please reply only to the newsgroups unless you wish to obtain my services on
a paid professional basis.
 
S

Steved

Hello Doug

Thankyou for taking timeout you have been very helpful.

Thankyou

Steved
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top