Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel
|
|||
|
|||
![]()
Hello
I am having problems using the VB code below (which basically copies and inserts a row) to work on a protected sheet, despite the protection being set to allow insertion of rows. It works fine when sheet is unprotected. Is there a way around this With ActiveSheet ..Rows(rowno - 1).Copy ..Rows(rowno - 1).Insert (xlShiftDown) ..Paste Destination:=ActiveSheet.Rows(rowno) End With Thanks Ian |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Protected Sheets | Excel Worksheet Functions | |||
protected sheets | Excel Worksheet Functions | |||
Macro for filter on protected workbook that works for all sheets, no matter what sheets are named? | Excel Programming | |||
Protected sheets | Excel Worksheet Functions | |||
Protected sheets | Excel Programming |