View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nigel Brown[_2_] Nigel Brown[_2_] is offline
external usenet poster
 
Posts: 18
Default Adding components to multipage programatically

I have a mutlipage component which adds pages depending on the value
of a user input. What I want to achieve is that if the user choses 5
pages that I create five pages with the same layout as my first page.
SO I would like to add six labels and six textboxes and be able to
position them on the pages, can anyone tell me how this is done.

Nigel Brown