VBA to clear data from sheets

PHOTO EMBED

Fri Feb 26 2021 04:08:24 GMT+0000 (Coordinated Universal Time)

Saved by @Jazzy #excel #vba

Sub ClearData()

Worksheets("Clients").Rows("2:" & Rows.Count).ClearContents
Worksheets("Cases").Rows("2:" & Rows.Count).ClearContents
Worksheets("Sessions").Rows("2:" & Rows.Count).ClearContents

End Sub
content_copyCOPY

Adjustments spreadsheet