View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ChrisJForeman ChrisJForeman is offline
external usenet poster
 
Posts: 6
Default Storing non-user data

I have just created a VBA input module (as per my previous posting when I
forgot to ask this question!) and want to maintain a count of the rows used so
that I can add new data to the next available row.
Where can I store this count so that it is carried between sessions, but not
visible/changeable on the worksheet.

TIA

Chris