VBA code

  • Thread starter Thread starter helene and gabor
  • Start date Start date
H

helene and gabor

Hello,

I am learning VBA code. Have a book, not too helpful.
A few days ago I saw a problem and a set of codes to solve the programmer's
problem.

What is the meaning of:

Selection.Insert Shift:=xlDown

Are there any resources that list codes and meanings?

Thanks!

Gabor
 
The VBA help file is very useful in listing the definitions of terms and
providing examples of their usage.

To access the VBA help file, pres ALT + F11 which will display the Visual
Basic Editor screen. Click on help from bht VBE menu bar. In the small
window pane to the right of the screen you will see a search box where you
can enter key words to be seached and then select topics from those
displayed after pressing enter. Also, near the top of that pane are left
arrow and right arrow icons. By clicking these you can find a menu of
electronic manuals for VBA language relative to the application that you are
in.

You can also Google for VBA tutorials on the web.
 
Back
Top