View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Speedy Speedy is offline
external usenet poster
 
Posts: 30
Default Macro that uses range names

I am looking to create a simple macro. I have created some range names,
example is page1 all the way to page10. I want to copy these ranges to
another worksheet. The problem is my macro is only good if I know how many
range pages that I will actually need. I want to know how I can create a
loop that will work for 1 page or 100 pages.
--
Mr Speedy