DeeCee Admin
Posts : 100 Join date : 2009-07-10 Location : Sa Tabi Tabi
| Subject: Use a Split Window in VBE to work more productively Mon Jul 27, 2009 10:06 pm | |
| An extra pair of hands and a monitor would come in nicely when you’re writing code. That’s because you often want to compare or work with different parts of the code at the same time. For instance, you might want to review an earlier expression or declare a new variable. To do so, you must scroll to the appropriate spot, review the expression or make your change, and then scroll back to where you were previously working. It’s time-consuming and tedious, especially if you’re scrolling through several lines of code.
Instead of scrolling, split the module window, the same way you split a document window. Simply drag the Split bar (that small rectangle at the top of the scroll bar) down. Or, choose Split from the Window menu.
The Visual Basic Editor (VBE) will split the module, providing access to different views of the same code. That means you can scroll up and down in one while maintaining a fixed position in the other. With the module split, you can quickly navigate to code that would otherwise be out of sight by simply moving between the two panes. A quick click inside either pane provides access to that pane. Or, press[Shift]+[F6] to jump from one pane to another.
To remove the split screen, uncheck Split on the Window menu. Or, drag the Split bar beyond the window’s top margin. Easier still, just double-click the Split bar.
| |
|
mushter megabyte
Posts : 200 Join date : 2009-07-03 Age : 35 Location : Sta. Cruz
| Subject: Re: Use a Split Window in VBE to work more productively Fri Jul 31, 2009 11:01 am | |
| wow sir thanks di ko alam un hehe maganda nga pag ganun | |
|
pxkos megabyte
Posts : 149 Join date : 2009-07-05 Location : Philippines
| Subject: Re: Use a Split Window in VBE to work more productively Sat Aug 01, 2009 10:33 pm | |
| nice tips sr. pro sr. mas ok cguro kong sa PROGRAMMING section natin i post ito since PL naman yong topic. suggest ko lang | |
|
Sponsored content
| Subject: Re: Use a Split Window in VBE to work more productively | |
| |
|