0% found this document useful (0 votes)
50 views1 page

End (Xlup) Row

The document discusses finding the last used row in an Excel range using VBA code. It provides a reference for how to cite a website in APA style and notes that the syllabus has been updated to reflect a new calendar with a February 21st conversion date. Students are reminded to get help registering for WileyPlus and to watch a video for registration steps, as the first VBA quiz will be on February 22nd.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views1 page

End (Xlup) Row

The document discusses finding the last used row in an Excel range using VBA code. It provides a reference for how to cite a website in APA style and notes that the syllabus has been updated to reflect a new calendar with a February 21st conversion date. Students are reminded to get help registering for WileyPlus and to watch a video for registration steps, as the first VBA quiz will be on February 22nd.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

we will discuss Question 11 which contains the line:

LastRow = ActiveSheet.Cells(Rows.Count, 1).End(xlUp).Row


The VBA snippet End(xlup).Row will find the last used row in an Excel
range. Knowing the last row in Excel is useful for looping through
columns of data.1
Please note that I carefully formatted the reference for this blog so you can
find it and read it yourself. Here is a website I use constantly as a guide for
creating references:
How to Cite Something You Found on a Website in APA Style2
I have upgraded the syllabus to reflect the new calendar which includes the
February 21st conversion date.
If you are having trouble registering for WileyPlus please ask your
teammates for help. You should also watch this video and follow the steps
for registering. REMEMBER WE WILL HAVE OUR FIRST VBA QUIZ ON
FEBRUARY 22ND

1
The VBA Tutorials Blog Learn VBA for Free. (May 13, 2015). Find Last Row with
End(xlup).Row.[Blog Post] Last retrieved from: https://wellsr.com/vba/2015/excel/find-last-row-
end-xlup/
2
Lee, C. (November 18, 2010) APA Style Blog. How to Cite Something You Found on a
Website in APA Style [Blog Post] Last retrieved from:
https://blog.apastyle.org/apastyle/2010/11/how-to-cite-something-you-found-on-a-website-
in-apa-style.html

You might also like