![]() |
#1
|
||||
|
||||
![]()
Is there a way that when you click on a certain page of a UserForm that a certain view is called from the View Manager?
I have a two page userform "Proof Info" and the other "Customer Info." If I click on Proof Info I want the view that I have created and saved in the view manager to called up, it's called "Proof Info" respectively. When I click on Customer Info another view is called upon. |
#2
|
||||
|
||||
![]()
Sure you can:
Code:
Private Sub MyMultiPage_Change() Select Case MyMultiPage.Value Case 0 ActiveDocument.Views("Proof Info").Activate Case 1 ActiveDocument.Views("Customer Info").Activate Case Else 'Do Nothing End Select End Sub -Shelby |
#3
|
||||
|
||||
![]()
Thanks again Shleby!! There are times I wish I really knew more but with continued code writing and reading I should be able to get the hang of it.
![]() |
![]() |
Tags |
multipage, userform, view manager |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Multipage PDF import to CorelDRAW | Jasmine | Macros/Add-ons | 2 | 11-12-2009 04:29 |
MultiPage Controls | Keefster | CorelDRAW/Corel DESIGNER VBA | 2 | 20-04-2009 10:53 |
Monitor view of full frame V resampled image view. | Robbiex | General | 2 | 27-08-2007 18:59 |
Importing only 1st page from a multipage CDR | mecanomaniaco | CorelDRAW/Corel DESIGNER VBA | 3 | 28-02-2005 17:21 |
TabStrip vs. MultiPage | ddonnahoe | CorelDRAW/Corel DESIGNER VBA | 1 | 03-02-2004 14:01 |