Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 25
Default How to insert subform in main form in excel 2003

How to make subform in main form in excel 2003 using VBA excel only?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default How to insert subform in main form in excel 2003

I am pretty sure you are referring to Access UserForms, not Excel UserForms.
Have you considered posting over at the Access Forms ares?


Regards,
Ryan---

--
RyGuy


"Andi" wrote:

How to make subform in main form in excel 2003 using VBA excel only?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 25
Default How to insert subform in main form in excel 2003

Thanks,
But that not the right one I'm looking for.
in excel, i try to write vba program with visual basic, but seem only one
form. so i need to know how to put sub-form into the main form like in the
access.
thanks...

"ryguy7272" wrote:

I am pretty sure you are referring to Access UserForms, not Excel UserForms.
Have you considered posting over at the Access Forms ares?


Regards,
Ryan---

--
RyGuy


"Andi" wrote:

How to make subform in main form in excel 2003 using VBA excel only?

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 586
Default How to insert subform in main form in excel 2003

You want the MultiPage Control. The MultiPage Control should be on your
toolbox toolbar in the VB Editor. The Multipage control you add onto your
original Userform at design time.

Note: Each page of the MultiPage Control is considered an object and you
need to reference it like so:

'first page
Me.MultiPage1.Pages(0)...
'second page
Me.MultiPage1.Pages(1)...

Hope this helps! If you please click "Yes"
.....
--
Cheers,
Ryan


"Andi" wrote:

Thanks,
But that not the right one I'm looking for.
in excel, i try to write vba program with visual basic, but seem only one
form. so i need to know how to put sub-form into the main form like in the
access.
thanks...

"ryguy7272" wrote:

I am pretty sure you are referring to Access UserForms, not Excel UserForms.
Have you considered posting over at the Access Forms ares?


Regards,
Ryan---

--
RyGuy


"Andi" wrote:

How to make subform in main form in excel 2003 using VBA excel only?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pass value to form to subform to subform ina Excel Programming 2 January 30th 07 03:59 PM
User Form texbox insert text in cell - excel 2003 jfcby[_2_] Excel Programming 1 October 13th 06 06:08 PM
form/subform with buttons BAZ Excel Worksheet Functions 0 February 9th 06 04:20 PM
Using one subform to control another subform [email protected] Excel Programming 1 December 7th 04 10:17 PM
2nd Form deselects list box items on main form RandyDtg1 Excel Programming 3 September 5th 04 09:32 PM


All times are GMT +1. The time now is 07:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"