Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
A few things I don't like about the visual basic editor (or at least I can't
figure out how to do): 1. There are no line numbers or easy ways to tell where you are 2. There is no quick key for book-marking and no quick key for going to bookmarks 3. The Redo (Typically Ctrl-Y in other editors) doesn't go back very far at all Am I missing something or is that the way it is? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
as far as i know :
1. You can findout Line or row and column where the pointer is in the right side of VBE standard command bar. 2. bookmarking by right click in the editor the choose the action 3. that VBE Ctrl+Y is deleting downline from cursor pos. -- Regards, Halim "Mike H." wrote: A few things I don't like about the visual basic editor (or at least I can't figure out how to do): 1. There are no line numbers or easy ways to tell where you are 2. There is no quick key for book-marking and no quick key for going to bookmarks 3. The Redo (Typically Ctrl-Y in other editors) doesn't go back very far at all Am I missing something or is that the way it is? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The Line/Column thing was there all along. I never noticed it.
Regarding bookmarking this is a fairly fast way to set one, but what about going to a bookmark. Is there a quick key to get to the next bookmark? The Previous bookmark? "Halim" wrote: as far as i know : 1. You can findout Line or row and column where the pointer is in the right side of VBE standard command bar. 2. bookmarking by right click in the editor the choose the action 3. that VBE Ctrl+Y is deleting downline from cursor pos. -- Regards, Halim "Mike H." wrote: A few things I don't like about the visual basic editor (or at least I can't figure out how to do): 1. There are no line numbers or easy ways to tell where you are 2. There is no quick key for book-marking and no quick key for going to bookmarks 3. The Redo (Typically Ctrl-Y in other editors) doesn't go back very far at all Am I missing something or is that the way it is? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Regarding bookmarking this is a fairly fast way to set one, but what about
going to a bookmark. Is there a quick key to get to the next bookmark? The Previous bookmark? Right click on the toolbar and select Customize from the menu that pops up. Select the Commands tab on the dialog box that appears. Click on Edit in the Categories list on the left. Scroll down to the entry in the Commands list on the right that says "Next Bookmark". Click and drag that item to the toolbar and drop it there (make sure the area you try to drop it in is "active"... cursor will have a plus sign in it instead of an 'x' sign). You can now use that toolbar button to move through your bookmarks. By the way, while you still have the Customize dialog box open, you can put the rest of the Bookmark buttons on the toolbar if you want. Rick |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA editor | Excel Discussion (Misc queries) | |||
VB Editor | Excel Discussion (Misc queries) | |||
VB Editor | Excel Programming | |||
VB editor bug? | Excel Programming | |||
VBA Editor won't run | Excel Programming |