captsnappy
Programmer
Newbie to VBA. Searched this forum but cannot find this answer.
When I click between sheets in Excel, the active cell is "remembered" by Excel it seems. I want to paste something via VBA from the active sheet (sheetB) into the active cell in SheetA without knowing what the "active cell" in SheetA is.
Is there a property something like Worksheet("SheetA").ActiveCell when SheetA is NOT active?
Sorry if I am not explaining this sufficiently.
When I click between sheets in Excel, the active cell is "remembered" by Excel it seems. I want to paste something via VBA from the active sheet (sheetB) into the active cell in SheetA without knowing what the "active cell" in SheetA is.
Is there a property something like Worksheet("SheetA").ActiveCell when SheetA is NOT active?
Sorry if I am not explaining this sufficiently.