Skip to content

RemoveRange

Henrik edited this page Sep 8, 2022 · 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.

RemoveRangex
The selected area will be deleted before new data is added.

See Movie.
(Starts 2min into)