Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Crtl+Z reassigned by muppet - cannot find to fix

hi there

some muppet has reassigned Crtl+Z to a macro and i cannot find where to
put it back to 'undo'

any ideas?

I have been through the 'help' and know how to do it if i knew where it
was,

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Crtl+Z reassigned by muppet - cannot find to fix

probably help if i put CTRL + Z (i have looked through ALT+8 but there
are no macros attached!!!)

some muppet has reassigned Crtl+Z to a macro and i cannot find where to
put it back to 'undo'

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Crtl+Z reassigned by muppet - cannot find to fix

First, you do mean ctrl-z (lowercase z, not uppercase, right?)

You could try this:
hit alt-f11 (to get to the VBE)
hit ctrl-g (to see the immediate window)
type this and hit enter.
application.OnKey "^z",""
then type this and hit enter:
application.OnKey "^z"

I'm hoping that the first one turns off the macro assignment and the second one
resets it back to normal.

If that doesn't work, then I'd start looking for a macro in a workbook that
opens when excel opens that steals this assignment.

Chip Pearson has some notes on how to diagnose startup errors:
http://www.cpearson.com/excel/StartupErrors.htm

And Jan Karel Pieterse has more notes:
http://www.jkp-ads.com/Articles/StartupProblems.asp

wrote:

hi there

some muppet has reassigned Crtl+Z to a macro and i cannot find where to
put it back to 'undo'

any ideas?

I have been through the 'help' and know how to do it if i knew where it
was,


--

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
Find Function Guy Lydig Excel Discussion (Misc queries) 2 May 19th 06 07:19 PM
Find and Replace blakrapter Excel Worksheet Functions 3 December 15th 05 12:25 AM
Code needed to find records from bottom up Andy Excel Discussion (Misc queries) 4 December 5th 05 03:27 AM
Edit + Find Mindy Excel Discussion (Misc queries) 2 April 8th 05 09:49 PM
find a cells from a range of cell kelvintaycc Excel Worksheet Functions 2 April 2nd 05 07:20 PM


All times are GMT +1. The time now is 06:55 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"