Files and Software on the CD


The following sections provide more details about the software and other materials available on the CD.

eBook version of Excel 2007 Power Programming with VBA

The complete text of the book you hold in your hands is provided on the CD in Adobe's Portable Document Format (PDF). You can read and quickly search the content of this PDF file by using Adobe's Acrobat Reader, also included on the CD.

Sample files for Excel 2007 Power Programming with VBA

The files discussed in the book are organized by chapter. With a few exceptions, the files are all Excel 2007 files that have one of the following extensions:

  • .xlsx : An Excel workbook file.

  • .xlsm : An Excel workbook file that contains VBA macros.

  • .xlam : An Excel add-in file that contains VBA macros.

When you open an XLSM file, Excel may display a security warning that tells you that macros have been disabled. To enable macros, click the Options button in the security warning panel and then select Enable This Content.

Because the files on this CD are from a trusted source, you may want to copy the files to your hard drive and then designate the folder as a trusted location. To do so, follow these steps:

  1. Open an Explorer window and double-click the CD-ROM drive that contains the companion CD-ROM.

  2. Right-click the folder that corresponds to the root folder for the samples files and select Copy from the shortcut menu.

  3. Activate the folder on your hard drive where you'd like to copy the files. Right-click the directory and choose Paste from the shortcut menu.

The CD-ROM files will be copied to a subfolder in the folder you specified in Step 3.

To designate this new folder as a trusted location:

  1. Start Excel and choose Office image from book Excel Options to display the Excel Options dialog box.

  2. In the Excel Options dialog box, click the Trust Center tab.

  3. Click the Trust Center Settings button.

  4. In the Trust Center dialog box, click the Trusted Locations tab.

  5. Click the Add New Location button to display the Microsoft Office Trusted Location dialog box.

  6. In the Microsoft Office Trusted Location dialog box, click the Browse button and locate the folder that contains the files copied from the CD-ROM.

  7. Make sure you select the option labeled Subfolders of This Location Are Also Trusted.

After performing these steps, when you open XLSM files from this location, the macros are enabled and you don't see the security warning.

Following is a list of the sample files, along with a brief description.

Note  

Some chapters don't use any sample files.

CHAPTER 3

  • image from book  array formula examples.xlsx : A workbook that contains various examples of array formulas.

  • image from book  counting and summing examples.xlsx : A workbook that contains examples of counting and summing formulas.

  • image from book  extended date functions help.docx : A Word document that describes the extended date functions.

  • image from book  extended date functions.xlsm : A workbook that contains VBA functions that enable formulas to work with dates prior to 1900.

  • image from book  megaformula.xlsm : A workbook that demonstrates intermediate formulas, a megaformula, and a VBA function.

  • image from book  named formulas.xlsx : A workbook that contains several examples of named formulas.

CHAPTER 4

  • image from book  sample.xlsm : A sample file used to demonstrate the file structure of an Excel workbook.

CHAPTER 6

  • image from book  worksheet controls.xlsx : A workbook that demonstrates the use of ActiveX controls on a worksheet (with no macros).

CHAPTER 7

  • image from book  comment object.xlsm : A workbook that demonstrates some ways to manipulate Comment objects using VBA.

CHAPTER 8

  • image from book  timing test.xlsm : A workbook that demonstrates the speed advantage of declaring variables as a specific data type.

CHAPTER 9

  • image from book  sheet sorter.xlsm : A macro that sorts worksheets in a workbook.

CHAPTER 10

  • image from book  array argument.xlsm : A workbook that contains an example of a function that uses an array argument.

  • image from book  commission functions.xlsm : A workbook that contains an example of a function that uses an argument.

  • image from book  draw.xlsm : A workbook that contains a function that selects a cell randomly .

  • image from book  key press.xlsm : A workbook that uses an API function to determine if the Ctrl, Shift, or Alt key is pressed.

  • image from book  month names .xlsm : A workbook that demonstrates returning an array from a function.

  • image from book  mysum function.xlsm : A workbook that contains a function that simulates Excel's SUM function.

  • image from book  no argument.xlsm : A workbook that contains functions that don't use an argument.

  • image from book  remove vowels .xlsm : A workbook that contains a function that removes the vowels from its argument.

  • image from book  upper case.xlsm : A workbook that contains a function that converts text to uppercase.

  • image from book  win32api.txt : A text file that contains Windows API declarations and constants.

  • image from book  windows directory.xlsm : A workbook that uses an API function to determine the Windows directory.

CHAPTER 11

  • image from book  about range selection.xlsm : A workbook that contains a macro that describes the current range selection.

  • image from book  batch processing.xlsm : A workbook that contains a macro that performs batch process on three files.

  • image from book  celltype function.xlsm : A workbook that contains a function that describes the data type of its single-cell argument.

  • image from book  copy multiple selection.xlsm : A workbook that contains a macro that copies a noncontiguous range selection.

  • image from book  date and time.xlsm : A workbook that contains a macro that displays the current date and time.

  • image from book  delete empty rows.xlsm : A workbook that contains a macro that deletes all empty rows in a workbook.

  • image from book  drive information.xlsm : A workbook that contains a macro that lists information about all disk drives .

  • image from book  duplicate rows.xlsm : A workbook that contains a macro that duplicates rows, based on the contents of a cell.

  • image from book  efficient looping.xlsm : A workbook that demonstrates an efficient way to loop through a range.

  • image from book  file association.xlsm : A workbook that contains an API function that returns the application associated with a particular file.

  • image from book  hide rows and columns .xlsm : A workbook that contains a macro that hides all rows and columns that are outside of the current range selection.

  • image from book  inputbox demo.xlsm : A workbook that contains a macro that demonstrates how to prompt for a value.

  • image from book  inrange function.xlsm : A workbook that contains a function that determines whether a range is contained in another range.

  • image from book  list fonts.xlsm : A workbook that contains a macro that lists all installed fonts.

  • image from book  loop vs array fill range.xlsm : A workbook that contains macros that demonstrate ways to fill a range of cells .

  • image from book  myworkbook.xlsx : A workbook used by the value from a closed workbook.xlsm example.

  • image from book   next empty cell.xlsm : A workbook that contains a macro that determines the next empty cell in a column.

  • image from book  page count.xlsm : A workbook that contains a macro that counts the number of printed pages in a workbook.

  • image from book  printer info .xlsm : A workbook that contains an API function that returns information about the active printer.

  • image from book  prompt for a range.xlsm : A workbook that contains a macro that demonstrates how to prompt for a user -selected range.

  • image from book  range selections.xlsm : A workbook that contains macros that perform various types of range selections.

  • image from book  select by value.xlsm : A workbook that contains a macro that demonstrates how to select cells based on their values.

  • image from book  sorting demo.xlsm : A workbook that contains macros that demonstrate four ways to sort an array.

  • image from book  sound.wav : A sound file used by the image from book  sound.xlsm workbook.

  • image from book  sound.xlsm : A workbook that contains examples of generating sound in Excel.

  • image from book  synchronize sheets.xlsm : A workbook that contains a macro that synchronizes worksheets.

  • image from book  text01.txt , image from book  text02.txt , image from book  text03.txt : Text files used in the image from book  batch processing.xlsm example.

  • image from book  value from a closed workbook.xlsm : A workbook that contains a function that retrieves a value from a closed workbook.

  • image from book  variant transfer.xlsm : A workbook that contains a macro that transfers a range to a variant array.

  • image from book  video mode.xlsm : A workbook that contains an API function that determines the current video mode.

  • image from book  windows registry.xlsm : A workbook that contains macros that read from and write to the Windows Registry.

  • image from book  worksheet functions.xlsm : A workbook that contains some useful worksheet functions created using VBA.

CHAPTER 12

  • image from book  data form example.xlsm : A workbook that contains a macro that displays Excel's built-in data form.

  • image from book  get directory.xlsm : A workbook that contains macros that demonstrate two ways to prompt a user for a directory.

  • image from book  inputbox method.xlsm : A workbook that contains macros that demonstrate the use of Excel's InputBox method.

  • image from book  ribbon control names.xlsx : A workbook that lists all of the Excel 2007 Ribbon control names.

  • image from book  VBA inputbox.xlsm : A workbook that contains macros that demonstrate the use of the VBA InputBox function.

CHAPTER 13

  • image from book  activex worksheet controls.xlsx : A workbook that demonstrates the use of ActiveX controls on a worksheet (with no macros).

  • image from book  all userform controls.xlsm : A workbook that contains a UserForm that uses all available controls.

  • image from book  get name and sex.xlsm : A workbook that contains a simple UserForm example.

  • image from book  newcontrols.pag : A file that contains customized controls that can be imported into your UserForm Toolbox as a new page.

  • image from book  spinbutton and textbox.xlsm : A workbook that demonstrates the use of a paired SpinButton and TextBox control in a UserForm.

  • image from book  spinbutton events.xlsm : A workbook that demonstrates SpinButton events.

  • image from book  userform events.xlsm : A workbook that demonstrates UserForm events.

CHAPTER 14

  • image from book  change userform size .xlsm : A workbook that demonstrates how to use VBA to change the size of a UserForm.

  • image from book  date and time picker.xlsm : A workbook that demonstrates the use of the Date and Time Picker control.

  • image from book  fill listbox.xlsm : A workbook that demonstrates how to fill a ListBox control in a UserForm.

  • image from book  listbox activate sheet.xlsm : A workbook that demonstrates how to allow a user to select a sheet by using a ListBox control.

  • image from book  listbox item transfer.xlsm : A workbook that demonstrates how to transfer items between two ListBox controls.

  • image from book  listbox move items.xlsm : A workbook that demonstrates how to allow the user to change the order of items in a ListBox control.

  • image from book  listbox multicolumn1.xlsm : A workbook that demonstrates a range-based multicolumn ListBox control.

  • image from book  listbox multicolumn2.xlsm : A workbook that demonstrates an array-based multicolumn ListBox control.

  • image from book  listbox multiple lists.xlsm : A workbook that demonstrates how to display multiple lists in a single ListBox control.

  • image from book  listbox select rows.xlsm : A workbook that demonstrates how to allow a user to select worksheet rows by using a ListBox control.

  • image from book  listbox selected items.xlsm : A workbook that demonstrates how to identify the selected item(s) in a ListBox .

  • image from book  listbox unique items1.xlsm : A workbook that demonstrates how to fill a ListBox control with unduplicated items.

  • image from book  listbox unique items2.xlsm : A variation of the image from book  listbox unique items1.xlsm example that also sorts the items.

  • image from book  multipage control demo.xlsm : A workbook that demonstrates the MultiPage control in a UserForm.

  • image from book  queryclose demo.xlsm : A workbook that demonstrates how to prevent a user from closing a UserForm by clicking its Close button in the title bar.

  • image from book  random number generator.xlsm : A workbook that demonstrates how to program simple animation in a UserForm.

  • image from book  range selection demo.xlsm : A workbook that demonstrates the RefEdit control in a UserForm.

  • image from book  splash screen.xlsm : A workbook that demonstrates how to use a UserForm as a splash screen that displays when a workbook is opened.

  • image from book  userform menus .xlsm : A workbook that demonstrates how use a UserForm to display a menu of macros.

  • image from book  zoom and scroll sheet.xlsm : A workbook that demonstrates how to zoom and scroll a worksheet while a UserForm is displayed.

  • image from book  zoom userform.xlsm : A workbook that demonstrates how to allow the user to change the size of a UserForm.

CHAPTER 15

  • image from book  chart in userform.xlsm : A workbook that demonstrates how to display a chart in a UserForm.

  • image from book  getacolor function.xlsm : A workbook that contains a function that allows the user to select a color by using controls on a UserForm.

  • image from book  modeless userform1.xlsm : A workbook that demonstrates how to display a modeless UserForm to display information about the active cell.

  • image from book  modeless userform2.xlsm : A more sophisticated version of image from book  modeless userform1.xlsm .

  • image from book  move controls.xlsm : A workbook that demonstrates how to allow the user to move controls on a UserForm.

  • image from book  msgbox emulation.xlsm : A workbook that contains macros that simulate the VBA MsgBox function.

  • image from book  multiple buttons .xlsm : A workbook that demonstrates how to use a class module to allow a single procedure to handle events for multiple controls on a UserForm.

  • image from book  no title bar.xlsm : A workbook that uses API functions to display a UserForm without a title bar.

  • image from book  progress indicator1.xlsm : A workbook that displays a progress indicator in a UserForm.

  • image from book  progress indicator2.xlsm : A workbook that uses a MultiPage control to display a progress indicator in a UserForm.

  • image from book  progress indicator3.xlsm : A workbook that displays a progress indicator in a UserForm by changing the size of the UserForm.

  • image from book  resizable userform.xlsm : A workbook that demonstrates a UserForm that's resizable by the user.

  • image from book  simulated toolbar.xlsm : A workbook that uses a UserForm to simulate a toolbar.

  • image from book  sliding tile puzzle.xlsm : A workbook that contains a UserForm with a sliding tile puzzle.

  • image from book  splash screen2.xlsm : The image from book  splash screen.xlsm example from Chapter 14, with a UserForm that doesn't have a title bar.

  • image from book  wizard demo.xlsm : A workbook that uses a MultiPage control to display a simple wizard UserForm.

  • \dataform : This directory contains the Enhanced Data Form add-in created by the author.

CHAPTER 16

  • image from book  simple undo demo.xlsm : A workbook that demonstrates a method to undo the effects of a VBA macro.

  • image from book  text tools.xlam : An add-in that adds text manipulation features to Excel.

  • image from book  texttools.chm : The help file for image from book  text tools.xlam .

  • \helpsource : The source files used to create the image from book  texttools.chm help file.

CHAPTER 17

  • image from book  budget pivot table.xlsm : A workbook that contains data suitable for a pivot table.

  • image from book  reverse pivot table.xlsm : A workbook that contains a macro that converts a summary table into a 3-column data table.

  • image from book  simple pivot table.xlsm : A workbook that contains data suitable for a pivot table.

  • image from book  survey data pivot tables.xlsm : A workbook that contains a macro to generate 28 pivot tables from a range of data.

CHAPTER 18

  • image from book  animated charts .xlsm : A workbook that demonstrates how to use VBA to animate charts.

  • image from book  chart active cell.xlsm : A workbook that contains a macro that displays a chart that uses data based on the active cell position.

  • image from book  chart image map.xlsm : A workbook that uses chart events to create a simple clickable image map.

  • image from book  chart in userform.xlsm : A workbook that displays a chart in a UserForm, using the data based on the active cell position.

  • image from book  climate data.xlsx : An interactive chart application that uses no macros.

  • image from book  data labels.xlsm : A workbook that contains a macro that applies chart data labels that are stored in a range.

  • image from book  events - chart sheet.xlsm : A workbook that demonstrates events for a chart on a chart sheet.

  • image from book  events - embedded chart.xlsm : A workbook that demonstrates events for an embedded chart.

  • image from book  export all graphics.xlsm : A workbook that contains a macro that exports all graphic objects in a workbook.

  • image from book  format a chart.xlsm : A workbook that contains a macro that applies formatting to a chart.

  • image from book  format all charts.xlsm : A workbook that contains a macro that changes the formatting of all charts on a worksheet.

  • image from book  get series ranges.xlsm : A workbook that contains functions that identify the ranges used in a chart.

  • image from book  hide and unhide series.xlsm : A workbook that contains check boxes that allow a user to indicate which chart series to display.

  • image from book  hypocycloid - animated.xlsm : A workbook that includes macros to display an animated hypocycloid chart.

  • image from book  mouseover event - chart sheet.xlsm : A workbook that demonstrates the MouseOver event for a chart sheet.

  • image from book  mouseover event - embedded.xlsm : A workbook that demonstrates the MouseOver event for an embedded chart.

  • image from book  scrolling chart.xlsm : A workbook that demonstrates how to create an animated scrolling chart.

  • image from book  size and align charts.xlsm : A workbook that contains a macro that sizes and aligns all charts on a worksheet.

  • image from book  slide show.xlsm : A workbook that contains a macro that displays a full-screen slide show of all charts in a workbook.

  • image from book   unlinked chart.xlsm : A workbook that contains macros that demonstrate two ways to unlink a chart from its source data.

  • image from book  vba clock chart.xlsm : A workbook that displays a chart that resembles an analog clock.

CHAPTER 19

  • image from book  application event tracker.xlsm : A workbook that demonstrates how to monitor application-level events.

  • image from book  hide columns before printing.xlsm : A workbook that uses an event to hide columns before printing and unhide the columns after printing.

  • image from book  log workbook open.xlsm : A workbook that demonstrates how to keep track of every workbook that is opened by using a class module.

  • image from book  make formulas bold.xlsm : A workbook that demonstrates the Worksheet Change event.

  • image from book  no shortcut menus.xlsm : A workbook that uses the Workbook_Open event to disable shortcut keys and the Workbook_BeforeClose event to re-enable shortcut keys.

  • image from book  onkey event demo.xlsm : A workbook that demonstrates the OnKey event.

  • image from book   ontime event demo.xlsm : A workbook that demonstrates the OnTime event.

  • image from book   shade active row and column.xlsm : A workbook that uses the Worksheet SelectionChange event to apply shading to the row and column of the active cell.

  • image from book  validate entry1.xlsm : A workbook that demonstrates how to validate data entered into a cell by using VBA (uses the EnableEvents property).

  • image from book  validate entry2.xlsm : A workbook that demonstrates how to validate data entered into a cell by using VBA (uses a static variable).

  • image from book  validate entry3.xlsm : A workbook that demonstrates how to validate data by using Excel's data validation feature - and ensuring that the data validation conditions do not get erased..

  • image from book  workbook_beforeclose workaround.xlsm : A workbook that demonstrates how to overcome a problem with the Workbook BeforeClose event.

CHAPTER 20

  • image from book  automate excel.docm : A Word document that contains macros that automate Excel.

  • image from book  budget data.accdb : An Access file used by the image from book  simple ado example.xlsm example.

  • image from book  control panel dialogs.xlsm : A workbook that contains macros that display Windows Control Panel dialog boxes.

  • image from book  flower.jpg : A graphics file used by the image from book   shellexecute examples.xlsm example.

  • image from book  make memos.xlsm : A workbook that automates Word and creates a customized memo.

  • image from book  mortgagecalcs.xlsx : A workbook that's used by the image from book  automate excel.docm example.

  • image from book  personalized email - OE sendkeys.xlsm : A workbook that contains a macro to send personalized e-mail via Outlook Express.

  • image from book  personalized email - outlook.xlsm : A workbook that contains a macro to send personalized e-mail via Outlook (using early binding).

  • image from book  personalized email - outlook (late binding).xlsm : A workbook that contains a macro to send personalized e-mail via Outlook (using late binding).

  • image from book  send pdf via outlook.xlsm : A workbook that contains a macro that sends e-mail with a PDF file attachment using Outlook.

  • image from book  shellexecute examples.xlsm : A workbook that contains macros that demonstrate the ShellExecute API function.

  • image from book  simple ado example.xlsm : A workbook that contains a macro that demonstrates ADO (ActiveX Data Objects).

  • image from book  start calculator.xlsm : A workbook that contains a macro that launches the Calculator application.

  • image from book   textfile .txt : A text file used by the image from book  shellexecute examples.xlsm example.

CHAPTER 21

  • image from book  check addin.xlam : A workbook that contains code to ensure that an add-in is installed properly.

  • image from book  list add-in information.xlsm : A workbook that contains a macro that lists information about all add-ins.

  • image from book  text tools.xlsm : The Text Tools Utility workbook, which can be converted to an add-in.

  • image from book  texttools.chm : The help file for the image from book  text tools.xlsm workbook.

  • \text tools helpsource : A directory that contains the source files that were used to create the image from book  texttools.chm help file.

CHAPTER 22

  • image from book  dynamicmenu.xlsm : A workbook that demonstrates the dynamicMenu control.

  • image from book  mso image browser.xlsm : A workbook that contains a macro that displays the images associated with Ribbon commands.

  • image from book  old-style toolbar.xlsm : A workbook that demonstrates how to create a toolbar, used in previous versions of Excel.

  • image from book  page break display add-in.xlam : An add-in that adds a useful control to Excel's Ribbon.

  • image from book  page break display.xlsm : The workbook file used to create the image from book  page break display add-in.xlam add-in.

  • image from book  ribbon control names.xlsx : A workbook that contains the names of all Excel Ribbon controls.

  • image from book  ribbon controls demo.xlsm : A workbook that demonstrates several types of Ribbon controls.

  • image from book  ribbon modification.xlsm : A workbook that contains a simple example that modifies Excel's Ribbon.

CHAPTER 23

  • image from book  add to cell shortcut.xlsm : A workbook that contains a macro that adds a new menu item to a shortcut menu.

  • image from book  new shortcut menu.xlsm : A workbook that contains a macro that creates a new shortcut menu.

  • image from book  shortcut with submenu.xlsm : A workbook that contains a macro that adds new menu and submenu items to a shortcut menu.

  • image from book  show faceids.xlsm : A workbook that contains a macro that displays FaceId images.

  • image from book  show shortcut menu items.xlsm : A workbook that contains a macro that lists all menu items on all shortcut menus.

  • image from book  show shortcut menu names.xlsm : A workbook that contains a macro that lists the names of all shortcut menus.

CHAPTER 24

  • \cell comments : A directory that contains a workbook that demonstrates using cell comments to display help information.

  • \function help : A workbook that demonstrates how to display help for custom VBA worksheet functions.

  • \html help : A directory that contains files that demonstrate using compiled HTML help.

  • \mhtml file : A directory that contains files that demonstrate using an MHTML file to display help information in Internet Explorer.

  • \textbox : A directory that contains a workbook that demonstrates using a text box to display help information.

  • \userform1 : A directory that contains a workbook that demonstrates using a UserForm with a SpinButton control to display help information.

  • \userform2 : A directory that contains a workbook that demonstrates using a UserForm with a scrolling Label control to display help information.

  • \userform3 : A directory that contains a workbook that demonstrates using a UserForm with a ComboBox control to display help information.

  • \web browser : A directory that contains files that demonstrate using a UserForm to display help information.

  • \worksheet : A directory that contains a file that demonstrates using a worksheet to display help information.

CHAPTER 25

  • image from book  loan amortization wizard.xlam : An add-in used for the loan amortization wizard example.

CHAPTER 26

  • image from book  multilingual wizard.xlsm : A workbook used for the multilingual wizard example.

CHAPTER 27

  • image from book  create file list.xlsm : A workbook that contains a macro that creates a list of files contained in a directory.

  • image from book  export and import csv.xlsm : A workbook that contains macros that export and import a CSV file.

  • image from book  export to HTML.xlsm : A workbook that contains a macro that exports worksheet data to an HTML file.

  • image from book  export to XML.xlsm : A workbook that contains a macro that exports worksheet data to an XML file.

  • image from book  file functions.xlsm : A workbook that contains the FileExists and PathExists functions.

  • image from book  file information.xlsm : A workbook that contains a macro that creates a list of files and extended file information.

  • image from book  filter text file.xlsm : A workbook that contains a macro that imports only selected information from a text file.

  • infile.txt : A text file used by the image from book  filter text file.xlsm example.

  • image from book  recursive file list.xlsm : A workbook that contains a macro that creates a list of files contained in a directory, including all subdirectories.

  • image from book  show drive info.xlsm : A workbook that contains a macro that displays information about all disk drives.

  • image from book  unzip a file.xlsm : A workbook that contains a macro that unzips a file.

  • image from book  zip files.xlsm : A workbook that contains a macro that zips files.

CHAPTER 28

  • image from book  add 100 buttons.xlsm : A workbook that contains a macro that adds 100 CommandButton controls and code to a UserForm at design time.

  • image from book  add button and code.xlsm : A workbook that contains a macro that adds a button to a worksheet, and VBA code that is executed when the button is clicked.

  • image from book  create userform on the fly.xlsm : A workbook that contains a macro that creates a UserForm.

  • image from book   getoption function.xlsm : A workbook that contains a function that creates a UserForm (with OptionButton controls) on the fly and returns a value that corresponds to the user's choice.

  • image from book  list all procedures.xlsm : A workbook that contains a macro that lists all VBA procedures in a workbook.

  • image from book  list VB components .xlsm : A workbook that contains a macro that lists all VB components in a workbook.

  • image from book  UpdateUserBook.xlsm : A workbook that contains a macro that replaces a VBA module with a new module.

  • image from book  UserBook.xlsm : A workbook that's used by the image from book  UpdateUserBook.xlsm example.

CHAPTER 29

  • image from book  csv class.xlsm : A workbook that makes it easy to import and export a CSV file.

  • image from book  keyboard class.xlsm : A workbook that contains a class module that defines a NumLock , a CapsLock , and a ScrollLock class.

CHAPTER 30

  • image from book  chart colors.xlsm : A workbook that contains macros that work with chart colors.

  • image from book  chart to grayscale picture.xlsm : A workbook that contains a macro that creates a grayscale image from a chart.

  • image from book  color conversion functions.xlsm : A workbook that contains functions that convert between various color systems.

  • document theme gallery.xlsx : A workbook that contains various elements that demonstrate the effects of applying a different theme.

  • image from book  generate theme colors.xlsm : A workbook that contains a macro that demonstrates theme colors.

  • image from book  rgb color demo.xlsm : A workbook that contains an interactive demonstration of the RGB color system.

  • image from book  shape object colors.xlsm : A workbook that contains macros that work with shapes .

  • image from book  tintandshade demo.xlsm : A workbook that demonstrates how the TintAndShade property works.

  • image from book  weirddog.jpg : A graphics file that's used by the image from book  shape object colors.xlsm example.




Excel 2007 Power Programming with VBA
Excel 2007 Power Programming with VBA (Mr. Spreadsheets Bookshelf)
ISBN: 0470044012
EAN: 2147483647
Year: 2007
Pages: 319

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net