Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If I wanted to clear the cell's contents, I would have used:
wksheet.cells(nrownumber, icount).clearcontents But your code should have worked ok. Are you sure you're looking at the correct worksheet? And the correct row? No_Spam wrote: I have this VBA code to clear cells content, but it is not clearing the content... Set wkSheet = Worksheets(sName) For iCount = 53 To 92 wkSheet.Cells(nRowNumber, iCount).Clear Next Why? -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using List Box To Clear Cells | Excel Worksheet Functions | |||
How do I find cells with linked content | Excel Discussion (Misc queries) | |||
To clear visable cells in a subtotal - can it be done? | Excel Worksheet Functions | |||
exchange content of cells | Excel Discussion (Misc queries) | |||
Convert data of cells to any type: Number, Date&Time, Text | Excel Discussion (Misc queries) |