VBA excel workbooks

Daisy_Bumbleroot

New Member
Joined
Nov 24, 2004
Messages
35
Can anyone reccomend a good book to learn excel (and / or office) VBA.

Somthing that will have learning excercises to work through?
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
The best way to learn is to search this site (above tool), then pick topics that you find interesting or of use to you. Copy the code into a workbook, add some data if necessary, run the code.

Then get into the code and change the way it works or add things to it. Use the builtin help to lookup how MsgBox's or InputBox's work add some of them. Lookup builtin Excel functions or how to use Application Workbook functions in code. How to pull data from a worksheet or add new info to that sheet, whatever?

On this site you can look at Bill's books all are good the last two are best for coding.

http://www.mrexcel.com/board2/viewtopic.php?t=41897
 
Upvote 0

Forum statistics

Threads
1,214,650
Messages
6,120,734
Members
448,987
Latest member
marion_davis

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top