View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dreaded404 Dreaded404 is offline
external usenet poster
 
Posts: 2
Default Storing a range variable in a cell

I am writing a VBA script and I need to frequently load and store a range as
a long-term variable. How do I store an actual range as a variable so that I
can have a function load it and save it? I need to do this because I am
using the Application.OnTime function and will need to call a subroutine to
execute a complex series of actions.