Hear is some really simple code that returns an error 9 - subscript out of range error.
Private Sub CommandButton1_Click()
Workbooks("Distance Calculator Test").Sheets("Calculate").Range("G2").Font.Bold = True
End Sub
I working on a project in which I am moving equipment from 400 locations to 400 other locations in the US. I have the longitude and latitude for each of the locations and I'm trying to find the nearest locations to move the equipment to. I'm using a trig formula in Excel 2007 to find the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.