Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Aditi Msc   on Jan 06 In MS Office Category.

  
Question Answered By: Rhys Evans   on Jan 06

There are many excel  courses. Although they expand your knowledge they will
not make you an Excel expert. What does that is working with Excel and doing
a wide variety of different things with it. AFAIK there is no degree or even
diploma level in Excel but I could be wrong.

I cannot recommend any particular course. You would need to be clear about
what you wanted out of it and assess what it was presenting against your
criteria.

The best way of learning IMO is following discussion groups like this,
understanding the answers and trying to answer the questions yourself. Also
use Excel a lot and try to expand what you are doing with it.

And do read the techtrax articles. They are an excellent source of
information.

Now the main question

The stuff you are talking about such as

Sub CopyThem()
NextRow = Worksheets ("Sheet2").Range("A65536").end(xlup).Row +1
etc

Is a macro or VBA sub. It is not a formula  that goes in a cell. You open  the
VB Editor and put the sub into a module (frequently the module for the sheet
you are using or the "this workbook" module. Then you call the Macro either
from the menu Tools/Macros/Macros or from an event or button which you put on
the sheet.

It might help you to get a basic book about VBA to start you off with this. I
would also suggest you look at
pubs.logicalexpressions.com/.../LPMFrame.asp
=33. This is a series of articles on beginning Excel VBA.

Share: 

 
 
Didn't find what you were looking for? Find more on next open cell in column Or get search suggestion and latest updates.


Tagged: