General VB/Excel learning question

Amy DeLuca

New Member
Joined
Oct 18, 2002
Messages
39
I am trying to learn to do more with Excel/VBA and am using a Visual Basic 5.0 book for assistance. So far so good but as I'm sure you can imagine, there aren't really any Excel references in the book. Should I be using a book specifically on VBA or will the info I learn from this book suffice? I figure if I'm going to be self-taught...I should at least try to do it right.

Thanks...as usual...for all your help!
_________________
Amy DeLuca
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
You'll need something more than a VB book.
They won't cover the main features of VBA/Excel - locating and manipulating cells, sheets and workbooks. This involves additional objects, properties and methods, such as:
. Range object properties: Value, Font, NumberFormat, Offset
. Range object methods: Select, Sort, Delete, Insert, Copy, PasteSpecial
. Sheet object methods: Cells, Columns, Rows, Activate
. Worksheet functions

You could learn from recording Excel actions, but be warned. You get macros that do lots of unnecessary selections, and jump from cell to cell, which isn't very good to watch.
 
Upvote 0

Forum statistics

Threads
1,214,523
Messages
6,120,031
Members
448,940
Latest member
mdusw

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