View Single Post
 
Old 02-23-2018, 12:43 AM
RosieSummers RosieSummers is offline Windows 7 64bit Office 2016
Novice
 
Join Date: Feb 2018
Posts: 9
RosieSummers is on a distinguished road
Default

if i use the above code
Code:
.Range("A4:W" & Rows.Count).CurrentRegion.Offset(1, 0).SpecialCells(xlCellTypeVisible).Clear
when i type the OFM in the records and run the code, it would produce additional records which are not suppose to be there.

i have attached the excelworksheet below. the error are in red
Attached Files
File Type: xlsm error.xlsm (23.0 KB, 9 views)
Reply With Quote