Thread: VB Editor
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Halim Halim is offline
external usenet poster
 
Posts: 182
Default VB Editor

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?