View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
albertvb albertvb is offline
external usenet poster
 
Posts: 1
Default add pages in a multipages programming error 217417418


I´ve go a control multipage in a use form, and i can add remove page
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 use
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... bu
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 remot
proceses
reference will be remove


please if you can help me...

thank you very muc

--
albertv
-----------------------------------------------------------------------
albertvb's Profile: http://www.excelforum.com/member.php...fo&userid=2621
View this thread: http://www.excelforum.com/showthread.php?threadid=39520