Thread
:
My Macros will not work after I protect my document.
View Single Post
#
5
Posted to microsoft.public.excel.programming
Samantha
external usenet poster
Posts: 24
My Macros will not work after I protect my document.
Sub Create_New_Entry()
Rows("24:24").Select
Selection.Insert Shift:=xlDown
Range("E23:R23").Select
Selection.AutoFill Destination:=Range("E23:R24"), Type:=xlFillDefault
Range("B24").Select
End Sub
Reply With Quote
Samantha
View Public Profile
Find all posts by Samantha