A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
I found this on one of my old macro sheets.
iCurrRowNr = ActiveCell.Row
iCurrColNr = ActiveCell.Column
But now I want to add the name of the active worksheet .
tWkShName = Sheets(iSheetNr).Name ' (pg 172)
How do I get iSheetNr of active worksheet,
OR how do I get worksheet tWkShName directly?