bandit_1981
Board Regular
- Joined
- Aug 17, 2005
- Messages
- 201
I have a notes section on my sheet and when ever a user selects that they want to to do anyoher cleint it whipes it clear for them. I just loop through my names and clear them out since all the cells that matter are named. This works just fine but it doesnt clear out the Merged named cells.
IE
I tried = "" etc but none of these methods whipe out the merged cells.
Thanks
IE
Code:
Range(rng.Name).ClearContents
I tried = "" etc but none of these methods whipe out the merged cells.
Thanks