Phoenix_Turn
New Member
- Joined
- May 11, 2011
- Messages
- 37
Hi all,
I am a newbie with computing and was wondering wat does these two statements in vba mean?:
intItem = shtProd.Range("F65336").End(xlUp).Row
intRow = shtStatement.Range("A65336").End(xlUp).Row + 1
where the left handside are integeres
and shtProd and shtStatement are worksheets.
Anyone care to explain?
Thanks
I am a newbie with computing and was wondering wat does these two statements in vba mean?:
intItem = shtProd.Range("F65336").End(xlUp).Row
intRow = shtStatement.Range("A65336").End(xlUp).Row + 1
where the left handside are integeres
and shtProd and shtStatement are worksheets.
Anyone care to explain?
Thanks