# VBA Code to Clear Cell :- To clear cells using VBA , use a statement with the following structure:- VBA рдХा рдЙрдкрдпोрдЧ :- рд╕ेрд▓ рдХो рд╕ाрдл рдХрд░рдиे рдХे рд▓िрдП Cells.Clear VBA Statement Explanation Item: Cells. VBA Construct: Range object. Description: Range object representing the cells you want to clear. You can usually return a Range object with constructs such as the Worksheet.Range, Worksheet.Cells (with Range.Item), Range.Offset, Range.Resize or Application.ActiveCell properties. If you explicitly declare an object variable to represent Cells, use the Range object data type. Item: Clear. VBA Construct: Range.Clear method. Description: The Range.Clear method clears the Range object you specify (Cells). Range.Clear clears the entire Range object, including values, formulas and formatting. VBA рд╕्рдЯेрдЯрдоेंрдЯ рд╕्рдкрд╖्рдЯीрдХрд░рдг 1. рдЖрдЗрдЯрдо: рд╕ेрд▓। VBA рдиिрд░्рдоाрдг: рд░ेंрдЬ рдСрдм्рдЬेрдХ्рдЯ। рд╡िрд╡рд░рдг: рд░ेंрдЬ рдСрдм्рдЬेрдХ्рдЯ рдЙрди рдХोрд╢...
Keep it up
ReplyDeleteThanks ЁЯШК
Delete