Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Everyone,
Does anyone know why I would get this error message? Here's the code: Sub Comp_Button() Sheets("Input Form").Unprotect "password" Range("D12,D13,D14,D15,D17,D22,D24,D26,D29,D30,D31 ,D32,G32,A55,A57,A59").Select Selection.CheckSpelling Range("Y29:BG29").Select Selection.Copy Sheets("REFUND SPREADSHEET").Activate 'Range("A4").Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False Selection.PasteSpecial Paste:=xlPasteFormats, Operation:=xlNone, _ SkipBlanks:=False, Transpose:=False End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Any ideas "can't enter break mode at this time" error gone amok | Excel Programming | |||
"can't enter break mode at this time" message when adding a projectreference | Excel Programming | |||
What does this mean? "Can't execute code in design mode" | Excel Discussion (Misc queries) | |||
OnTime code error "can't execute code in break mode" | Excel Programming | |||
"CAN'T EXECUTE CODE IN BREAK MODE" | Excel Programming |