Filtered BOQ
Filtered BOQ
Dim ws As Worksheet
Dim newWs As Worksheet
Dim cb As Object
Dim i As Long
Dim rowToDelete As Long
Dim deleteRows As Range
Dim seqNum As Integer
Dim subSeqNum As Integer
Dim prefix As String
Dim suffix As String
Dim currentMainCode As String
Dim subChar As String
Dim cell As Range
Dim lastRow As Long
Dim startRow As Long
Dim foundItem As Boolean
suffix = InputBox("Enter the suffix for the code format (e.g., 'T'):", "Code
Format Selection", "T")
If suffix = "" Then Exit Sub