Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 59
Default multi page object from excel vba toolkit

quick question - i have a system that uses a multipage object to display a
number of tabs when it is called - it is made up of six tabs - when you call
this form how do you make it show the first tab in the list every time as at
the moment it appears to remember what the user was last on and displays that
tab - simple i know but only if you know the answer

thanks in advance
--
C Ward
  #2   Report Post  
Posted to microsoft.public.excel.programming
GB GB is offline
external usenet poster
 
Posts: 230
Default multi page object from excel vba toolkit

I don't know the function name/haven't ever been able to create a tabbed form
like you are describing, but there should be an OnShow or Show subroutine,
and there should be some way to designate the "active" tab/sheet/window,
whatever it is called. So in the OnShow routine, if you make the first "tab"
active, it will do that on reentry each time. Perhaps you may want to also
implement a user option to turn that feature on and off if the sheets can be
used in any order.

Sorry, can't help more.

"christopher ward" wrote:

quick question - i have a system that uses a multipage object to display a
number of tabs when it is called - it is made up of six tabs - when you call
this form how do you make it show the first tab in the list every time as at
the moment it appears to remember what the user was last on and displays that
tab - simple i know but only if you know the answer

thanks in advance
--
C Ward

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 59
Default multi page object from excel vba toolkit

thanks for trying to help - as you can tell by my various posts im writing a
complex excel system and now appear to be stuck on a few small things

for the multipage objext i used the standard toolbox in vba and dragged a
multi page object on - so no rocket science


--
C Ward


"GB" wrote:

I don't know the function name/haven't ever been able to create a tabbed form
like you are describing, but there should be an OnShow or Show subroutine,
and there should be some way to designate the "active" tab/sheet/window,
whatever it is called. So in the OnShow routine, if you make the first "tab"
active, it will do that on reentry each time. Perhaps you may want to also
implement a user option to turn that feature on and off if the sheets can be
used in any order.

Sorry, can't help more.

"christopher ward" wrote:

quick question - i have a system that uses a multipage object to display a
number of tabs when it is called - it is made up of six tabs - when you call
this form how do you make it show the first tab in the list every time as at
the moment it appears to remember what the user was last on and displays that
tab - simple i know but only if you know the answer

thanks in advance
--
C Ward

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 59
Default multi page object from excel vba toolkit


ok i have the answer to this - its simple if you think about it

if you are working on a multi page form - make sure the tab you want to be
display first by the user is the last tab you edit in the vba environment -
you dont have to set anything just make sure you leave ont he tab you wish to
be used first

- this topic theme is closed

--
C Ward


"christopher ward" wrote:

thanks for trying to help - as you can tell by my various posts im writing a
complex excel system and now appear to be stuck on a few small things

for the multipage objext i used the standard toolbox in vba and dragged a
multi page object on - so no rocket science


--
C Ward


"GB" wrote:

I don't know the function name/haven't ever been able to create a tabbed form
like you are describing, but there should be an OnShow or Show subroutine,
and there should be some way to designate the "active" tab/sheet/window,
whatever it is called. So in the OnShow routine, if you make the first "tab"
active, it will do that on reentry each time. Perhaps you may want to also
implement a user option to turn that feature on and off if the sheets can be
used in any order.

Sorry, can't help more.

"christopher ward" wrote:

quick question - i have a system that uses a multipage object to display a
number of tabs when it is called - it is made up of six tabs - when you call
this form how do you make it show the first tab in the list every time as at
the moment it appears to remember what the user was last on and displays that
tab - simple i know but only if you know the answer

thanks in advance
--
C Ward

  #5   Report Post  
Posted to microsoft.public.excel.programming
GB GB is offline
external usenet poster
 
Posts: 230
Default multi page object from excel vba toolkit

Good work... Should give yourself credit. :)

"christopher ward" wrote:


ok i have the answer to this - its simple if you think about it

if you are working on a multi page form - make sure the tab you want to be
display first by the user is the last tab you edit in the vba environment -
you dont have to set anything just make sure you leave ont he tab you wish to
be used first

- this topic theme is closed

--
C Ward


"christopher ward" wrote:

thanks for trying to help - as you can tell by my various posts im writing a
complex excel system and now appear to be stuck on a few small things

for the multipage objext i used the standard toolbox in vba and dragged a
multi page object on - so no rocket science


--
C Ward


"GB" wrote:

I don't know the function name/haven't ever been able to create a tabbed form
like you are describing, but there should be an OnShow or Show subroutine,
and there should be some way to designate the "active" tab/sheet/window,
whatever it is called. So in the OnShow routine, if you make the first "tab"
active, it will do that on reentry each time. Perhaps you may want to also
implement a user option to turn that feature on and off if the sheets can be
used in any order.

Sorry, can't help more.

"christopher ward" wrote:

quick question - i have a system that uses a multipage object to display a
number of tabs when it is called - it is made up of six tabs - when you call
this form how do you make it show the first tab in the list every time as at
the moment it appears to remember what the user was last on and displays that
tab - simple i know but only if you know the answer

thanks in advance
--
C Ward

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
Get header only on first page of multi page excel file betwms Excel Discussion (Misc queries) 3 March 29th 06 05:47 PM
In Excel, how do you create a multi page Invoice Template? ALLEYK Excel Discussion (Misc queries) 1 May 17th 05 06:59 PM
Multi-Page Word Doc Linked to Excel? Kalea Excel Discussion (Misc queries) 2 March 17th 05 11:29 PM
Analysis Toolkit does not work when automating EXCEL workbook Dave Gruzewski Excel Programming 6 February 15th 05 02:24 PM
How do i get Add Ins/Analysis Toolkit VBA for Excel Mac X version laslo Excel Discussion (Misc queries) 5 January 15th 05 05:38 AM


All times are GMT +1. The time now is 09:20 AM.

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"