InterviewSolution
Saved Bookmarks
| 1. |
13. How to declare a range of cells in Cale? |
|
Answer» To refer to a single CELL, you have to refer to a single cell. SYNTAX is simple "Range("Cell")". Here, we will USE ". SELECT" command to select the single cell from the sheet.Explanation:HOPE it helps you |
|