ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   help needed (https://www.excelbanter.com/excel-worksheet-functions/121542-help-needed.html)

Gary

help needed
 
Hi,

I am trying to record a macro wherein I would just unprotect the sheet,
correct a small error in a formula and then protect the sheet.

I start recording, I unprotect the sheet, I correct the formula and the
moment I press ENTER i get an error "Unable To Record"

I have never seen this error before.

Please Help.
Gary



Debra Dalgleish

help needed
 
If the formula is longer than 255 characters, you may get that error.

It depends what change you want to make to the formula, but perhaps you
could make it without recording. For example, the following macro will
add +1 at the end of the existing formula:

Sub ChangeFormula()

With ActiveSheet.Range("D7")
.Formula = .Formula & "+1"
End With

End Sub



Gary wrote:
Hi,

I am trying to record a macro wherein I would just unprotect the sheet,
correct a small error in a formula and then protect the sheet.

I start recording, I unprotect the sheet, I correct the formula and the
moment I press ENTER i get an error "Unable To Record"

I have never seen this error before.

Please Help.
Gary




--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html



All times are GMT +1. The time now is 01:10 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com