Excel vba convert string to cell address - Microsoft Community

Excel vba convert string to cell address - Microsoft Community

瀏覽:1116
日期:2026-04-26
My VBA code is: Dim lastRowCell As Integer Dim lastColCell As String lastRowCell = Sheet9.Cells(Rows.Count, "a").End(xlUp).Row lastColCell = "F" I want to find the last cell in a column, which is easy, then convert it into a cell address, such ......看更多