braindiesel
Well-known Member
- Joined
- Mar 16, 2009
- Messages
- 571
- Office Version
- 365
- 2019
- 2010
- Platform
- Windows
I am working on a large document.
In the macro, this line of code
Sheets("backstage").Range("adjStaffCurRow").Value = Selection.Row
should yield the row number in my cell named adjStaffCurRow
Instead, I get "TRUE"
I have had this issue in other areas as well, using a list index where instead of saying the correct row number, I get TRUE as a result.
This is using Excel 2007.
Am I missing something? I have asked this question before and still have no solution. I would really appreciate any assistance in correcting this error.
Thanks in advance,
Glen
In the macro, this line of code
Sheets("backstage").Range("adjStaffCurRow").Value = Selection.Row
should yield the row number in my cell named adjStaffCurRow
Instead, I get "TRUE"
I have had this issue in other areas as well, using a list index where instead of saying the correct row number, I get TRUE as a result.
This is using Excel 2007.
Am I missing something? I have asked this question before and still have no solution. I would really appreciate any assistance in correcting this error.
Thanks in advance,
Glen