I have created a template for my work and the below Macro sometimes works, but sometimes crashes with the code "run-time error '-2147417848 (80010108)"
When I go to debug, the highlighted section is Selection.Insert Shift:=xlDown - I cannot see an issue with this to be honest so any help would be greatly appreciated
Sheets("Inserts").Select
Rows("2:9").Select
Selection.Copy
Sheets("Sainsburys Store").Select
Rows("2:9").Select
Selection.Insert Shift:=xlDown
These Macros are used across the spreadsheet, but for the life of me I cant work this out!
Thank You
When I go to debug, the highlighted section is Selection.Insert Shift:=xlDown - I cannot see an issue with this to be honest so any help would be greatly appreciated
Sheets("Inserts").Select
Rows("2:9").Select
Selection.Copy
Sheets("Sainsburys Store").Select
Rows("2:9").Select
Selection.Insert Shift:=xlDown
These Macros are used across the spreadsheet, but for the life of me I cant work this out!
Thank You