VBA and macros : Microsoft Excel 2010.
(eBook)

Book Cover
Average Rating
Contributors
Published
[Place of publication not identified] : Que Pub., ©2010.
Format
eBook
ISBN
0789743663, 0789744147, 1282638688, 6612638680, 9780789743664, 9780789744142, 9781282638686, 9786612638688
Physical Desc
1 online resource : illustrations.
Status

Description

Loading Description...

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Syndetics Unbound

More Details

Language
English
UPC
9786612638688

Notes

Description
AUTOMATE REPORTS BUILD FUNCTIONS VISUALIZE DATA WRITE FAST, RELIABLE SCRIPTS Microsoft Excel 2010 VBA AND MACROS: SAVE TIME AND SUPERCHARGE EXCEL 2010 WITH VBA AND MACROS! Use Excel 2010 VBA and macros to automate virtually any routine task, and save yourself hours, days, maybe even weeks. Then learn how to make Excel do things you thought were simply impossible! This book reveals scripting techniques you won't find anywhere else and shows you how to create automated reports that are amazingly powerful and useful. It helps you instantly visualize information so you can understand and act on it. It also shows you how to capture data from anywhere and use it anywhere, and helps you automate Excel 2010's most powerful new features. Learning advanced Excel scripting has never been easier. You'll find simple, step-by-step instructions, real-world examples and case studies, and 50 workbooks packed with bonus examples, macros, and solutions, straight from MrExcel. Work efficiently with ranges, cells, and R1C1-style formulas; Build super-fast applications with arrays; Customize the Excel 2010 Ribbon to run your macros; Write Excel 2010 VBA code that works on older versions of Excel; Create custom dialog boxes to collect information from your users; Use error handling to make your VBA scripts more resilient; Use Web queries to import data from virtually any online source; Master advanced techniques such as classes and collections; Use Excel VBA to control other Office programs... even control Windows itself, via the Windows API; Create add-ins to share or sell your programs About MrExcel Library: Every book in the MrExcel Library pinpoints a specific set of crucial Excel tasks and presents focused skills and examples for performing them rapidly and effectively. Selected by Bill Jelen, Microsoft Excel MVP and mastermind behind the leading Excel solutions website MrExcel.com, these books will: Dramatically increase your productivity - saving you 50 hours a year or more; Present proven, creative strategies for solving real-world problems; Show you how to get great results, no matter how much data you have; Help you avoid critical mistakes that even experienced users make.
Language
English.

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Jelen, B., & Syrstad, T. (2010). VBA and macros: Microsoft Excel 2010 . Que Pub..

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Jelen, Bill and Tracy. Syrstad. 2010. VBA and Macros: Microsoft Excel 2010. Que Pub.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Jelen, Bill and Tracy. Syrstad. VBA and Macros: Microsoft Excel 2010 Que Pub, 2010.

MLA Citation, 9th Edition (style guide)

Jelen, Bill., and Tracy Syrstad. VBA and Macros: Microsoft Excel 2010 Que Pub., 2010.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
c45afe34-6415-7493-b5eb-25eb32398b77-eng
Go To Grouped Work

Grouping Information

Grouped Work IDc45afe34-6415-7493-b5eb-25eb32398b77-eng
Full titlevba and macros microsoft excel 2010
Authorjelen bill
Grouping Categorybook
Last Update2024-09-06 16:31:08PM
Last Indexed2024-09-28 04:14:28AM

Marc Record

First DetectedJul 29, 2024 03:57:41 PM
Last File Modification TimeSep 06, 2024 04:33:34 PM

MARC Record

LEADER05762cam a2200637 a 4500
001ocn609604293
003OCoLC
00520240830103855.0
006m     o  d        
007cr unu||||||||
008100427s2010    xx a    o     000 0 eng d
010 |a  2010018831
015 |a GBB055837|2 bnb
0167 |a 015541244|2 Uk
019 |a 695666294|a 1063909667|a 1103252058|a 1156819011|a 1202558177|a 1240519160|a 1391902117
020 |a 0789743663
020 |a 0789744147
020 |a 1282638688
020 |a 6612638680
020 |a 9780789743664
020 |a 9780789744142
020 |a 9781282638686
020 |a 9786612638688
020 |z 0789743140
020 |z 9780789743145
0248 |a 9786612638688
035 |a (OCoLC)609604293|z (OCoLC)695666294|z (OCoLC)1063909667|z (OCoLC)1103252058|z (OCoLC)1156819011|z (OCoLC)1202558177|z (OCoLC)1240519160|z (OCoLC)1391902117
037 |a CL0500000066|b Safari Books Online
040 |a UMI|b eng|e pn|c UMI|d CEF|d CDX|d OCLCQ|d DEBSZ|d VT2|d OCLCO|d OCLCQ|d OCLCA|d OCLCQ|d YDX|d OCLCQ|d OCLCF|d UAB|d WYU|d CNCEN|d LDP|d CUV|d OCLCO|d OCL|d OCLCQ|d INARC|d OCLCO|d OCLCL
049 |a FMGA
050 4|a QA76.73.V588|b .J45 2010
08204|a 005.369|2 22
1001 |a Jelen, Bill.|0 http://id.loc.gov/authorities/names/n2003117264
24510|a VBA and macros :|b Microsoft Excel 2010.
260 |a [Place of publication not identified] :|b Que Pub.,|c ©2010.
300 |a 1 online resource :|b illustrations.
336 |a text|b txt|2 rdacontent
337 |a computer|b c|2 rdamedia
338 |a online resource|b cr|2 rdacarrier
4901 |a MrExcel library
5050 |a Unleash the power of Excel with VBA -- This sounds like BASIC, so why doesn't it look familiar? -- Referring to ranges -- User-defined functions -- Looping and flow control -- R1C1-style formulas -- What's new in Excel 2010 and what has changed -- Create and manipulate names in VBA -- Event programming -- Userforms: an introduction -- Creating charts -- Data mining with advanced filter -- Using VBA to create pivot tables -- Excel power -- Data visualizations and conditional formatting -- Reading from and writing to the web -- Dashboarding with sparklines in Excel 2010 -- Automating Word -- Arrays -- Text file processing -- Using Access as a back end to enhance multi-user access to data -- Creating classes, records, and collections -- Advanced userform techniques -- Windows API -- Handling errors -- Customizing the ribbon to run macros -- Creating add-ins.
520 |a AUTOMATE REPORTS BUILD FUNCTIONS VISUALIZE DATA WRITE FAST, RELIABLE SCRIPTS Microsoft Excel 2010 VBA AND MACROS: SAVE TIME AND SUPERCHARGE EXCEL 2010 WITH VBA AND MACROS! Use Excel 2010 VBA and macros to automate virtually any routine task, and save yourself hours, days, maybe even weeks. Then learn how to make Excel do things you thought were simply impossible! This book reveals scripting techniques you won't find anywhere else and shows you how to create automated reports that are amazingly powerful and useful. It helps you instantly visualize information so you can understand and act on it. It also shows you how to capture data from anywhere and use it anywhere, and helps you automate Excel 2010's most powerful new features. Learning advanced Excel scripting has never been easier. You'll find simple, step-by-step instructions, real-world examples and case studies, and 50 workbooks packed with bonus examples, macros, and solutions, straight from MrExcel. Work efficiently with ranges, cells, and R1C1-style formulas; Build super-fast applications with arrays; Customize the Excel 2010 Ribbon to run your macros; Write Excel 2010 VBA code that works on older versions of Excel; Create custom dialog boxes to collect information from your users; Use error handling to make your VBA scripts more resilient; Use Web queries to import data from virtually any online source; Master advanced techniques such as classes and collections; Use Excel VBA to control other Office programs... even control Windows itself, via the Windows API; Create add-ins to share or sell your programs About MrExcel Library: Every book in the MrExcel Library pinpoints a specific set of crucial Excel tasks and presents focused skills and examples for performing them rapidly and effectively. Selected by Bill Jelen, Microsoft Excel MVP and mastermind behind the leading Excel solutions website MrExcel.com, these books will: Dramatically increase your productivity - saving you 50 hours a year or more; Present proven, creative strategies for solving real-world problems; Show you how to get great results, no matter how much data you have; Help you avoid critical mistakes that even experienced users make.
546 |a English.
5880 |a Print version record.
63000|a Microsoft Visual Basic for applications.
63000|a Microsoft Excel (Computer file)|0 http://id.loc.gov/authorities/names/n86025775
63007|a Microsoft Visual Basic for applications.|2 blmlsh
63007|a Microsoft Excel (Computer file)|2 blmlsh
63007|a Microsoft Excel (Computer file)|2 fast
63007|a Microsoft Visual Basic for applications|2 fast
650 0|a Programming languages (Electronic computers)|0 http://id.loc.gov/authorities/subjects/sh85107313
7001 |a Syrstad, Tracy.|0 http://id.loc.gov/authorities/names/n2004110680
758 |i has work:|a VBA and macros (Text)|1 https://id.oclc.org/worldcat/entity/E39PCFWXcyrpwCmMrcQTPPKCBd|4 https://id.oclc.org/worldcat/ontology/hasWork
77608|i Print version: Jelen, Bill.|t VBA and Macros.|d [S.l.] : Que Pub., 2010|z 9780789743145|w (OCoLC)471787404
830 0|a MrExcel library.|0 http://id.loc.gov/authorities/names/no2010116020
85640|u https://www.aclib.us/OReilly