PC Review


Reply
Thread Tools Rate Thread

How to display page tabs vertically?

 
 
Adnan
Guest
Posts: n/a
 
      16th Jan 2008
How do I set tab pages be displayed vertically (left side). By default, they
are set on top, I need them on the left side. Please assist.

Thank you for any tip/help provided.

Adnan

--
Please post all your inquiries on this community so we can all benefit -
Thank you!
 
Reply With Quote
 
 
 
 
Brendan Reynolds
Guest
Posts: n/a
 
      16th Jan 2008
"Adnan" <(E-Mail Removed)(donotspam)> wrote in message
news:B06E82F0-ED1C-4E9A-B65C-(E-Mail Removed)...
> How do I set tab pages be displayed vertically (left side). By default,
> they
> are set on top, I need them on the left side. Please assist.
>
> Thank you for any tip/help provided.
>
> Adnan
>
> --
> Please post all your inquiries on this community so we can all benefit -
> Thank you!



The tab control doesn't have any built-in feature to do that. You could set
the Style property of the tab control to None so that it has no tabs, and
place a column of command buttons down the side to change pages. The code
for the command buttons would be something like this ...

Private Sub cmdOne_Click()
Me.tabTest.Value = 0
End Sub

Private Sub cmdTwo_Click()
Me.tabTest.Value -1
End Sub

--
Brendan Reynolds

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I arrange tabs vertically in Excel (not horizontally)? =?Utf-8?B?TGluTGlu?= Microsoft Excel Misc 10 13th Mar 2012 04:38 PM
aligning sheet tabs vertically, not horizontally =?Utf-8?B?V2lsbWE=?= Microsoft Excel Worksheet Functions 1 10th Mar 2007 11:15 PM
Columns in Excel display vertically instead of across the page. =?Utf-8?B?cGFuYXlvdGk=?= Microsoft Excel Misc 3 5th Dec 2006 04:42 PM
Can the bottom tabs in Excel be moved vertically on a worksheet? =?Utf-8?B?TGF1cmE=?= Microsoft Excel Misc 2 9th Mar 2006 08:25 PM
I would like the tabs in Excel to be listed vertically on left. =?Utf-8?B?U3V6eQ==?= Microsoft Excel Misc 1 2nd Jun 2005 08:39 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:45 PM.