View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Vacation's Over Vacation's Over is offline
external usenet poster
 
Posts: 279
Default add pages in a multipages programming error 217417418

post your code used to make the form bigger;

"albertvb" wrote:


I´ve go a control multipage in a use form, and i can add remove pages
from this multpage control, and i can too insert comboboxes

to remove - MultiPage1.Pages.Remove (n)

to add - MultiPage1.Pages.Add (n)

to insert a textbox TVE(n) = MultiPage2.Pages.Item(n -
1).Controls.Add_("forms.textbox.1")

first this you have to dim TVE(n) as control

later to take its value... TVE(n).value or TVE(n).text

I used (n) because i´m inside a for next but any variable is valid.


maybe in this way can you insert any other control

Hello

Im doing my endstudyesproject and it´s not being very easy

I really need help!!!

Im working with excel and a control multipage which change in an user
from with some other controls

I can addd pages
I can remove pages
and i can insert textbox and label box

but I ve go problems insertings pages in this multipage

so please if any body can help me, any help would be really pretty

I ve got problems when I insert pages in this multipages it goes... but
i tried to make the userform bigger and i ve go an errror

It says something like
error 217417418(80010108)

conexion lost with object library or types library, for remote
proceses
reference will be remove


please if you can help me...

thank you very much


--
albertvb
------------------------------------------------------------------------
albertvb's Profile: http://www.excelforum.com/member.php...o&userid=26216
View this thread: http://www.excelforum.com/showthread...hreadid=395207