LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default I am getting Unable to record

First, I would think you'd want something more like:

If Not Intersect(Target, me.range("A1")) Is Nothing Then Call MyMacro

And do you still have the same problem if you close excel and reopen it?

Where are you recording the macro--in personal.xls or the activeworkbook or a
different workbook?

Is there a chance that you're recording to personal.xls and it's corrupted
enough so that excel closed it?

xl2002+ has the abililty to quarantine what it thinks are bad workbooks.

They can keep track of them so that it doesn't even try to open them.

If you look under Help|About MS Excel, you'll see a button called: "Disabled
Items...".

Check under there to see if it's marked not to open. You can enable it there,
too.

If the workbook is really bad, you may want to delete that copy and put a copy
of your backup version into your XLStart folder.

(If you don't have a backup, take the time now and create one.)

Brettjg wrote:

Franz from Italy suggested putting the following code into the View Code
"Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As
Boolean)
If Not Intersect(Target, "A1") Is Nothing Then Call MyMacro
End Sub"

but now I am unable to record or view the code for any macros (and I'm not
still recording a previous one). I have deleted that code but still can't
record.


--

Dave Peterson
 
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
UNABLE TO RECORD A MACRO I.C.E. Excel Worksheet Functions 1 September 13th 06 01:24 PM
Unable to record Macro Can not Record Macro Excel Discussion (Misc queries) 1 July 29th 06 01:11 AM
unable to record macro Denis[_4_] Excel Programming 0 June 29th 06 05:21 PM
Unable to Record CLR Excel Programming 2 January 26th 05 10:49 PM
Unable to Record Jack S[_2_] Excel Programming 1 August 25th 04 10:30 AM


All times are GMT +1. The time now is 05:39 AM.

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"