#1   Report Post  
Posted to microsoft.public.excel.misc
Kazuki
 
Posts: n/a
Default Why VB in Excel?

Hello,
How do I get an introduction to VB? I am a new user to excel and my job
involves using excel sheets often. I would like to optimize all my work. I
understand that VB can help.

Can someone give me info about what is VB and how to work on it?
Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Nick Hodge
 
Posts: n/a
Default Why VB in Excel?

Kazuki

Excel (and other office applications) have a flavour of VB called VBA
(Visual Basic For Applications), which has a similar syntax to VB but is
specific to the objects in the particular applications, e.g Excel has
Workbook, Worksheet, Range, Chart objects, etc, where Word has Document,
Paragraph, Style, etc.

You can record macros and then look at the resultant code (Alt+F11 to start
the code editor after recording), as you will know what you did in the
interface to get the code, although this route does record some pretty
bloated code, it records all the defaults which are generally not necessary
and uses the selection object a lot (Range...Select and then uses
Selection.Copy), which is not the most efficient way to write code.

I started with the Step by Step series book on Excel VBA, which builds a
real application, you could then move onto the Power Programming series by
John Walkenbach.

I also have a reference to most of the user interface in Excel with an
example of how to do it in VBA on my website at

www.nickhodge.co.uk

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
www.nickhodge.co.uk
HIS


"Kazuki" wrote in message
...
Hello,
How do I get an introduction to VB? I am a new user to excel and my job
involves using excel sheets often. I would like to optimize all my work. I
understand that VB can help.

Can someone give me info about what is VB and how to work on it?
Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.misc
Norman Jones
 
Posts: n/a
Default Why VB in Excel?

Hi Kazuki,

You may also wish to visit David McRitchie's 'Getting Started With Macros
And User Defined Functions' at:

http://www.mvps.org/dmcritchie/excel/getstarted.htm


You might also look at David's tutorials page at:

http://www.mvps.org/dmcritchie/excel....htm#tutorials


---
Regards,
Norman


"Kazuki" wrote in message
...
Hello,
How do I get an introduction to VB? I am a new user to excel and my job
involves using excel sheets often. I would like to optimize all my work. I
understand that VB can help.

Can someone give me info about what is VB and how to work on it?
Thanks.



  #4   Report Post  
Posted to microsoft.public.excel.misc
CarlosAntenna
 
Posts: n/a
Default Why VB in Excel?

If you like "dead tree ware", here's a good book to get you started.

http://www.bookpool.com/sm/0764574124

You may even find some posts in these newsgroups from the author, John
Walkenbach.

--
Carlos

"Kazuki" wrote in message
...
Hello,
How do I get an introduction to VB? I am a new user to excel and my job
involves using excel sheets often. I would like to optimize all my work. I
understand that VB can help.

Can someone give me info about what is VB and how to work on it?
Thanks.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Stop excel from dropping the 0 in the beginning of a number? Rosewood Setting up and Configuration of Excel 12 April 4th 23 02:12 PM
Open Excel 2003 from Windows Explorer pmpjr Excel Discussion (Misc queries) 9 September 11th 06 03:58 PM
Need suggestions for some uses of Ms Excel Bible John Excel Discussion (Misc queries) 1 February 27th 06 05:30 PM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM
Excel 2002 and 2000 co-install. Control Which Starts ? cnuk Excel Discussion (Misc queries) 2 January 17th 05 08:07 PM


All times are GMT +1. The time now is 08:39 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"