You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Remove range must be a Range inside a string. Like "C3:G100"
Don't add cell with Formula. Else Formula is deleted.
The selected area will be deleted before new data is added.