D desmondleow Dec 11, 2003 #1 Can anyone tell me the code to return the row and column of the cel where i am in for VBA
J Jan Karel Pieterse Dec 11, 2003 #2 Hi Desmondleow, Can anyone tell me the code to return the row and column of the cell where i am in for VBA? Click to expand... Msgbox "Row number is:" & Activecell.Row Msgbox "Column number is:" & Activecell.Column Regards, Jan Karel Pieterse Excel MVP www.jkp-ads.com
Hi Desmondleow, Can anyone tell me the code to return the row and column of the cell where i am in for VBA? Click to expand... Msgbox "Row number is:" & Activecell.Row Msgbox "Column number is:" & Activecell.Column Regards, Jan Karel Pieterse Excel MVP www.jkp-ads.com