Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Recording Macro Error Message

While recording the macro, I access the cell I need the formula in and write
the formula. After writing the formula and hitting ENTER, I receive a
microsoft GUI with "Unable To Record", and ackknowledge the GUI by hitting
OK. The forluma is written to the cell - all even has the desired
result/calculation.

When I access the code, the navigation within the worksheet is listed in the
code, but the furmula is not listed.

I tried exiting the file and trying a second time, yet the same results. How
do I "reset" the macro recorder to again begin to record all aspects of a
macro recording?

Any and All Help is Appreciated - Thank You
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 489
Default Recording Macro Error Message

Look for the Stop Macro button right where you clicked the Record button.
This will reset the macro.

If you continue to get the error then skip the part that causes the error
and where you want to enter a formula use this line of code instead of using
the recorder.

Sheets("Sheet1").Range("A1").Formula = "=SUM(A1:A10)"

I assumed Sheet1 and cell A1 and the SUM formula, but you can tweak it to
fit your application. Hope this helps! If so, let me know, click "YES"
below.
--
Cheers,
Ryan


"MWS-C360" wrote:

While recording the macro, I access the cell I need the formula in and write
the formula. After writing the formula and hitting ENTER, I receive a
microsoft GUI with "Unable To Record", and ackknowledge the GUI by hitting
OK. The forluma is written to the cell - all even has the desired
result/calculation.

When I access the code, the navigation within the worksheet is listed in the
code, but the furmula is not listed.

I tried exiting the file and trying a second time, yet the same results. How
do I "reset" the macro recorder to again begin to record all aspects of a
macro recording?

Any and All Help is Appreciated - Thank You

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
Error Recording Macro kiran Excel Discussion (Misc queries) 0 April 26th 08 07:58 AM
Error with macro after recording Daniel Excel Programming 2 September 7th 07 07:52 PM
Mac issue with macro recording user login & date (run time error ' Linking to specific cells in pivot table Excel Programming 5 May 8th 07 04:52 PM
Macro Error message D Huber Excel Programming 1 February 6th 06 02:37 PM
error message in macro Ankur Excel Discussion (Misc queries) 1 September 6th 05 03:51 PM


All times are GMT +1. The time now is 11:53 AM.

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"