ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   macro clearing cell content (https://www.excelbanter.com/excel-programming/282929-macro-clearing-cell-content.html)

Tyler[_2_]

macro clearing cell content
 
I am working on a spread sheet given to me and I need some help with the VB/marco in it. The spread sheet has a "clear" button, the script for it is
Range("C4:I73").Select
Selection.ClearContents
Range("E5").Select
I would like for it to clear everything in that area (C4 to I73) but not to clear certain cells for example C29 to I29
Thanks in advance
Tyler

EdgeOfCity

macro clearing cell content
 

Range("C4:I28£¬C30:I73").ClearContents




Rick[_19_]

macro clearing cell content
 

Range("C4:I28,C30:I73").ClearContents

-----Original Message-----

Range("C4:I28£¬C30:I73").ClearContents



.



All times are GMT +1. The time now is 05:17 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com