|
-
Mar 4th, 2003, 01:17 PM
#1
Thread Starter
Hyperactive Member
Objects not in set
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? Thanks.
-
Mar 4th, 2003, 01:22 PM
#2
Frenzied Member
It's difficult to understand what you need, but there is a Range object.
-
Mar 4th, 2003, 01:24 PM
#3
Thread Starter
Hyperactive Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|