Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CStr Command Help

Status
Not open for further replies.
Apr 18, 2003
250
US
This is the command in question:
Dim startcell As String
startcell = CStr(ActiveWorkbook.Worksheets("Settings").Range(startingpoint).Value)

startingpoint is defined as a string and the value is passed into this subroutine from another sub.

Currently the startingpoint range is B66. In this cell is the value $A$1591.

What does the value $A$1591 mean?
 


hi,

$A$1591 looks like a cell reference.


Skip,

[glasses]Just traded in my old subtlety...
for a NUANCE![tongue]
 


COLUMN A, ROW 1591.

Skip,

[glasses]Just traded in my old subtlety...
for a NUANCE![tongue]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top