Skip to content

RemoveRange

Henrik edited this page Apr 24, 2020 · 7 revisions

RemoveRange

If you have DynamicArray you can skip RemoveRange

If Excel does not support Dynamic Array the old data is not automaticly deleted when function is changed.
RemoveRange is a helper to clear data in RemoveRange before new data is added by formula.
This makes sure that old data is correctly deleted.

  1. Remove range must be a Range inside a string. Like "C3:G100"
  2. Don't add cell with Formula. Else Formula is deleted.

Clone this wiki locally