Need help understanding vba in excel spreadsheet. Attached is a spreadsheet with an indent macro. I would like to learn enough vba so that I can try to modify it if need be. 29130882d.xlsm
I would appreciate if the macros could be annotated with comments for the non-obvious lines. Here is what I find obvious:
Dim lngLastRow As Long
For lngRow = 1 To lngLastRow
Next
Exit For
End If
lngLoopEnd = lngLastRow
SpreadsheetsVBAMicrosoft ExcelMicrosoft Office
Last Comment
Martin Liss
8/22/2022 - Mon
Martin Liss
I'm doing that for you now and in the next version of the workbook you'll see a complete explanation.