Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 258
Default MultiPage control

I asked a question about MultiPage control and had intended to make it a 2
parter, so here is part 2.

My UserForm has a MultiPage control on it. I open the UserForm with the code
below. Now I have 3 different worksheets and they each get their data from a
different Page on the MultiPage control. What I want to know is if the code
below could be altered in any way as to determine which page of the
MultiPage control has focus when the UserForm is opened? So lets say if line
1 of the code below were to call the UserForm Page 1 of the MultiPage
control would have focus, but of line 2 were to call the UserForm then Page
3 of the MultiPage control would have focus.


If Not Application.Intersect(Target, Range("E7:E11")) Is Nothing Then
Data_Input.Show
If Not Application.Intersect(Target, Range("E22")) Is Nothing Then
Data_Input.Show


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 258
Default MultiPage control

Sorry posted this to the wrong group. Will move to the programming group

"Patrick Simonds" wrote in message
...
I asked a question about MultiPage control and had intended to make it a 2
parter, so here is part 2.

My UserForm has a MultiPage control on it. I open the UserForm with the
code below. Now I have 3 different worksheets and they each get their data
from a different Page on the MultiPage control. What I want to know is if
the code below could be altered in any way as to determine which page of
the MultiPage control has focus when the UserForm is opened? So lets say
if line 1 of the code below were to call the UserForm Page 1 of the
MultiPage control would have focus, but of line 2 were to call the
UserForm then Page 3 of the MultiPage control would have focus.


If Not Application.Intersect(Target, Range("E7:E11")) Is Nothing Then
Data_Input.Show
If Not Application.Intersect(Target, Range("E22")) Is Nothing Then
Data_Input.Show




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
ActiveX control with chart Tanihera Charts and Charting in Excel 1 April 11th 06 05:36 PM
How to insert date using a pop up calendar control in a cell i Iain the scout Excel Discussion (Misc queries) 4 December 17th 05 08:10 PM
Create a tabular control rkg Excel Discussion (Misc queries) 0 August 8th 05 09:25 PM
Tab to an ActiveX control? Karin Excel Discussion (Misc queries) 0 July 6th 05 05:08 AM
Copying list-box control Excel Discussion (Misc queries) 1 January 6th 05 01:39 AM


All times are GMT +1. The time now is 06:05 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"