My Daily Technical skills
NavigationBar
Home
PowerShell Scripts for Beginners
SQL Server Posts
Wednesday, 9 April 2014
To find the used range of the rows in Excel using VBA
To find the used range of the rows and columns:
Set VillageDataSheet = Worksheets("Water Point Data")
-> NumPoints = VillageDataSheet.UsedRange.Rows.Count
-> NumPoints = VillageDataSheet.Range("A" & VillageDataSheet.Rows.Count).End(xlUp).Row
Newer Post
Older Post
Home
About Me
Praveen kumar voruganti
View my complete profile