R
rayh
Hello,
I am working on some VB for spreadsheet. Is there a way to make the
code to dynamically recognize the last cell with data in it?
I currently have my code hard coded (as below) and I wanted to make
the "G222" part dynamic to find the last cellw ith data in it.
Worksheets("Sheet1").Range("A3:G222").Sort _
Thank you very much in advance.
I am working on some VB for spreadsheet. Is there a way to make the
code to dynamically recognize the last cell with data in it?
I currently have my code hard coded (as below) and I wanted to make
the "G222" part dynamic to find the last cellw ith data in it.
Worksheets("Sheet1").Range("A3:G222").Sort _
Thank you very much in advance.