I am trying to determine how the following code determines where to put the output in an excel spread sheet. The VBA code is written:
j=68
Range(Chr(j) + "22").Select
ActiveCell = G / 1000
I don't understand how the values inside the parentheses following "Range"...
I am trying to determine how the following code determines where to put the output in an excel spread sheet. The VBA code is written:
j=68
Range(Chr(j) + "22").Select
ActiveCell = G / 1000
I don't understand how the values inside the parentheses following...
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.