In Excel VBA, how would you define a set of all cells that were not in a previously defined (e.g., via a Find command) set?

For example, doing: Set f = .Find("=", lookin:=xlFormulas)
to find all cells in the range that contain a formula. I want to work on cells in the same range that do not contain a formula (i.e., an “=”).