Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default User Form Doesn't Show When Tab is Added

Hello,

I have a user form that you select a product and that product's use
form shows. Now I would like to make the product user form have tw
tabs so that the user could read about the product and see a picture o
the product, if they choose.

The problem is this....when I add the tab to the user form the selec
list box gives an error that the file cannot be found. The debugge
says "object required".

Does anyone know the key to using two-tab user forms? Do I need th
select list box to call it differently?

Thank you in advance

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 196
Default User Form Doesn't Show When Tab is Added

Hi,

Use a Multi-Page control
multipage.pages(0) is page 1
put your info here
multipage.pages(1) is page 2
put other info here

when the user clicks "Page 1", they see the picture.
"Page 2" they see info.

The tabstrip is basically only for tabs like worksheets.
The page on a stretched tabstrip is the same for any
selected tab.

The object reference probably refers to something you are
using as a reference


eg: for each cell in selection
you have to declare cell as an "object type"

sub Hoo()
Dim Cell
for each cell in selection
if cell.value=1 then
msgbox cell.value
end if
end sub


send the form to me and I will review it.

regards
mark


-----Original Message-----
Hello,

I have a user form that you select a product and that

product's user
form shows. Now I would like to make the product user

form have two
tabs so that the user could read about the product and

see a picture of
the product, if they choose.

The problem is this....when I add the tab to the user

form the select
list box gives an error that the file cannot be found.

The debugger
says "object required".

Does anyone know the key to using two-tab user forms? Do

I need the
select list box to call it differently?

Thank you in advance!


---
Message posted from
http://www.ExcelForum.com/

.

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
show user form Joanne Links and Linking in Excel 1 February 27th 08 07:52 AM
SHow user form when opening workbook Wanna Learn Excel Discussion (Misc queries) 2 June 26th 07 06:30 PM
Use a text box to calculate and show results in a user form stockpick Excel Discussion (Misc queries) 6 August 6th 05 06:04 AM
Show user form PCOR Excel Programming 1 December 31st 03 12:15 AM
Only Show User Form Once cornishbloke[_8_] Excel Programming 4 December 29th 03 01:24 PM


All times are GMT +1. The time now is 07:26 AM.

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

About Us

"It's about Microsoft Excel"