Hi!
I have monthly time series from column A to AU. Every month I need to fill the last row. The code below works for ALL columns. How can I adapt this code so it does the same just from column A to AU? Thanks in advance!
Sub Fill_Lastrow_AcrossColumns()
Application.ScreenUpdating = False
Dim...