Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Macro is not responding

Hi all,,,,,,,can someone help with this please, I have a macro but it does
not show up under the TOOLS, MACRO, menu, the only way to to see the code is
to choose the VBA Editor and select the module and view code, but even then
I cannot do anything with it, if I click step into nothing happens.
Hopefully you can help.
Cheers
Len


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Macro is not responding

Make sure its a sub and not a function. Make sure it is not private.
--
Gary''s Student - gsnu2007c


"Len Case" wrote:

Hi all,,,,,,,can someone help with this please, I have a macro but it does
not show up under the TOOLS, MACRO, menu, the only way to to see the code is
to choose the VBA Editor and select the module and view code, but even then
I cannot do anything with it, if I click step into nothing happens.
Hopefully you can help.
Cheers
Len



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,290
Default Macro is not responding

If the macro is Private...
Private Sub MyMacro
-or-
If the macro uses arguments...
Sub MyMacro(Arg1, Arg2)
Then the macro will not appear in the Tools | Macro listing.

If the macro uses arguments you will not be able to run it.
You will have to call it from another sub and supply the
arguments in the call...
Call MyMacro(23Skido, BeesKnees)
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)



"Len Case"
wrote in message
Hi all,,,,,,,can someone help with this please, I have a macro but it does
not show up under the TOOLS, MACRO, menu, the only way to to see the code is
to choose the VBA Editor and select the module and view code, but even then
I cannot do anything with it, if I click step into nothing happens.
Hopefully you can help.
Cheers
Len


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Macro is not responding

Post the macro as it is written.

Maybe it is event code in a Worksheet or Thisworkbook


Gord Dibben MS Excel MVP

On Wed, 09 Jan 2008 18:30:06 GMT, "Len Case" wrote:

Hi all,,,,,,,can someone help with this please, I have a macro but it does
not show up under the TOOLS, MACRO, menu, the only way to to see the code is
to choose the VBA Editor and select the module and view code, but even then
I cannot do anything with it, if I click step into nothing happens.
Hopefully you can help.
Cheers
Len




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Macro is not responding


Thanks Guys, you put me on the right track. The top of my code read:
Macro3(Pairs). So knocked out the Pairs so it read Macro3().
Thanks to all for your Help
Len





"Jim Cone" wrote in message
...
If the macro is Private...
Private Sub MyMacro
-or-
If the macro uses arguments...
Sub MyMacro(Arg1, Arg2)
Then the macro will not appear in the Tools | Macro listing.

If the macro uses arguments you will not be able to run it.
You will have to call it from another sub and supply the
arguments in the call...
Call MyMacro(23Skido, BeesKnees)
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)



"Len Case"
wrote in message
Hi all,,,,,,,can someone help with this please, I have a macro but it does
not show up under the TOOLS, MACRO, menu, the only way to to see the code
is
to choose the VBA Editor and select the module and view code, but even
then
I cannot do anything with it, if I click step into nothing happens.
Hopefully you can help.
Cheers
Len




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
Excel Not Responding circulent Excel Discussion (Misc queries) 1 April 5th 07 09:44 PM
Excel not responding Pawan Excel Discussion (Misc queries) 1 August 4th 06 08:54 PM
excel not responding Bob Excel Discussion (Misc queries) 2 July 29th 06 01:45 PM
Excel is not responding. Rei New Users to Excel 2 April 23rd 06 05:15 AM
Excel - Not responding help Anthony Excel Discussion (Misc queries) 8 July 19th 05 11:30 PM


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

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"