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?
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?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks