A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Tables
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Can I put a split in a document permanently?



 
 
Thread Tools Display Modes
  #1  
Old April 26th, 2009, 12:41 PM posted to microsoft.public.word.tables
Waza Cone
external usenet poster
 
Posts: 1
Default Can I put a split in a document permanently?

I often use large tables, in time-precious situations. I use "split window"
so I can see the heading row in one pane, and see the row I'm working in, in
the other pane. Every time I open the document, I have to set up this split.
Is there a way to make the split more permanent, so the document is already
split each time I open it? This would save some valuable seconds.
  #2  
Old April 26th, 2009, 01:09 PM posted to microsoft.public.word.tables
macropod[_2_]
external usenet poster
 
Posts: 2,402
Default Can I put a split in a document permanently?

Hi Waza Cone,

You could add a 'Document_Open' macro to the 'This Document' module for the document, coded along the lines of:
Option Explicit

Private Sub Document_Open()
ActiveWindow.SplitVertical = 36
End Sub

where '36' is the percentage split.

--
Cheers
macropod
[Microsoft MVP - Word]


"Waza Cone" Waza wrote in message news
I often use large tables, in time-precious situations. I use "split window"
so I can see the heading row in one pane, and see the row I'm working in, in
the other pane. Every time I open the document, I have to set up this split.
Is there a way to make the split more permanent, so the document is already
split each time I open it? This would save some valuable seconds.

 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:43 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.