VBA code

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
 
J

JLGWhiz

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top