Thread
:
insert a new row in VB
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Ken Johnson
Posts: n/a
insert a new row in VB
Hi,
you will get that error if the worksheet is protected.
If this is the case then your code has to unprotect the sheet at the
start, then reapply protection at the end.
Ken Johnson
Reply With Quote