View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mac Mac is offline
external usenet poster
 
Posts: 213
Default Tracking 'last written to' range

With Sheet1 in focus and data displayed in a modeless user form, I want to
'send' some of this data to Sheet2; as I do this repeatedly, every time I
'send' the data I want it to go to a new row, but as Sheet2 is not in focus I
do not not know the address of the next available range. So my question is:

How do I kepe track of the 'last written to' range?

1. Is there some global function to his?
2. Do I have to do check for this from inside Sheet2 and then call this
function from the user form?

Mac