Is there a way to "lock" a range? I have a range of values defined as A:G on a sheet. However I have some VBA code that inserts a few columns into that sheet. After that happens the range gets altered to something like H:K. Is it possible to lock this? If not, what is the VBA code to change the range of values for a pre-defined range?