OfficeDev / VBA-content

All content in this repository has been migrated to a new repository (https://github.com/MicrosoftDocs/VBA-Docs). Please do not open issues or pull requests here. We are no longer monitoring this content.
https://github.com/MicrosoftDocs/VBA-Docs
Creative Commons Attribution 4.0 International
562 stars 436 forks source link

VBA string concatenation #588

Closed Kagre closed 6 years ago

Kagre commented 6 years ago

Hi I've now run across the second article where the VBA code was trying to do string concatenation with the & operator, but there must have been a HTML faux pas because instead of "&", there's a "&;" can someone with find/replace skills do a more global fix to the VBA?

lindalu-MSFT commented 6 years ago

@Kagre Thanks for finding this. Can you give me a few links to topics with this issue and I'll investigate further? We can definitely fix that! Thanks!

Kagre commented 6 years ago

the two I fixed manually:

I was able to generate a listing file "ToReview.txt" by using the following powershell code

$re = [regex]'(?s)```[^`]*&;[^`]*```';
filter fltr{if($re.matches((gc $_)).count -gt 0){resolve-path $_ -relative}};
ls *.md -recurse | fltr | ac ToReview.txt
Kagre commented 6 years ago

.\VBA\Access-VBA\articles\accessobject-datecreated-property-access.md .\VBA\Access-VBA\articles\accessobject-datemodified-property-access.md .\VBA\Access-VBA\articles\add-a-value-to-a-bound-combo-box.md .\VBA\Access-VBA\articles\all-distinct-distinctrow-top-predicates-microsoft-access-sql.md .\VBA\Access-VBA\articles\allow-users-to-add-items-to-an-unbound-combo-box.md .\VBA\Access-VBA\articles\and-operator.md .\VBA\Access-VBA\articles\application-accesserror-method-access.md .\VBA\Access-VBA\articles\application-brokenreference-property-access.md .\VBA\Access-VBA\articles\application-build-property-access.md .\VBA\Access-VBA\articles\application-buildcriteria-method-access.md .\VBA\Access-VBA\articles\application-closecurrentdatabase-method-access.md .\VBA\Access-VBA\articles\application-codecontextobject-property-access.md .\VBA\Access-VBA\articles\application-currentuser-method-access.md .\VBA\Access-VBA\articles\application-davg-method-access.md .\VBA\Access-VBA\articles\application-dbengine-property-access.md .\VBA\Access-VBA\articles\application-dcount-method-access.md .\VBA\Access-VBA\articles\application-deletecontrol-method-access.md .\VBA\Access-VBA\articles\application-deletereportcontrol-method-access.md .\VBA\Access-VBA\articles\application-dfirst-method-access.md .\VBA\Access-VBA\articles\application-dlast-method-access.md .\VBA\Access-VBA\articles\application-dlookup-method-access.md .\VBA\Access-VBA\articles\application-dmax-method-access.md .\VBA\Access-VBA\articles\application-dmin-method-access.md .\VBA\Access-VBA\articles\application-dstdev-method-access.md .\VBA\Access-VBA\articles\application-dstdevp-method-access.md .\VBA\Access-VBA\articles\application-dsum-method-access.md .\VBA\Access-VBA\articles\application-dvar-method-access.md .\VBA\Access-VBA\articles\application-dvarp-method-access.md .\VBA\Access-VBA\articles\application-eval-method-access.md .\VBA\Access-VBA\articles\application-featureinstall-property-access.md .\VBA\Access-VBA\articles\application-followhyperlink-method-access.md .\VBA\Access-VBA\articles\application-hyperlinkpart-method-access.md .\VBA\Access-VBA\articles\application-languagesettings-property-access.md .\VBA\Access-VBA\articles\application-modules-property-access.md .\VBA\Access-VBA\articles\application-nz-method-access.md .\VBA\Access-VBA\articles\application-opencurrentdatabase-method-access.md .\VBA\Access-VBA\articles\application-printer-property-access.md .\VBA\Access-VBA\articles\application-printers-property-access.md .\VBA\Access-VBA\articles\application-productcode-property-access.md .\VBA\Access-VBA\articles\application-references-property-access.md .\VBA\Access-VBA\articles\application-refreshtitlebar-method-access.md .\VBA\Access-VBA\articles\application-run-method-access.md .\VBA\Access-VBA\articles\application-setdefaultworkgroupfile-method-access.md .\VBA\Access-VBA\articles\application-usercontrol-property-access.md .\VBA\Access-VBA\articles\application-vbe-property-access.md .\VBA\Access-VBA\articles\application-version-property-access.md .\VBA\Access-VBA\articles\apply-a-filter-when-opening-a-form-or-report.md .\VBA\Access-VBA\articles\assign-a-control-a-value-from-a-table.md .\VBA\Access-VBA\articles\attachment-properties-property-access.md .\VBA\Access-VBA\articles\avg-function-microsoft-access-sql.md .\VBA\Access-VBA\articles\axis-example-vbscript.md .\VBA\Access-VBA\articles\boundobjectframe-beforeupdate-event-access.md .\VBA\Access-VBA\articles\boundobjectframe-columnhidden-property-access.md .\VBA\Access-VBA\articles\boundobjectframe-columnorder-property-access.md .\VBA\Access-VBA\articles\boundobjectframe-enter-event-access.md .\VBA\Access-VBA\articles\boundobjectframe-exit-event-access.md .\VBA\Access-VBA\articles\boundobjectframe-mousemove-event-access.md .\VBA\Access-VBA\articles\boundobjectframe-object-property-access.md .\VBA\Access-VBA\articles\boundobjectframe-objectverbs-property-access.md .\VBA\Access-VBA\articles\boundobjectframe-objectverbscount-property-access.md .\VBA\Access-VBA\articles\boundobjectframe-oldborderstyle-property-access.md .\VBA\Access-VBA\articles\boundobjectframe-oldvalue-property-access.md .\VBA\Access-VBA\articles\boundobjectframe-oletype-property-access.md .\VBA\Access-VBA\articles\boundobjectframe-properties-property-access.md .\VBA\Access-VBA\articles\build-sql-statements-that-include-variables-and-controls.md .\VBA\Access-VBA\articles\calculate-elapsed-time.md .\VBA\Access-VBA\articles\catalog-example-vb.md .\VBA\Access-VBA\articles\cellset-example-vb.md .\VBA\Access-VBA\articles\change-the-filter-or-sort-order-of-a-form-or-report.md .\VBA\Access-VBA\articles\checkbox-beforeupdate-event-access.md .\VBA\Access-VBA\articles\checkbox-columnhidden-property-access.md .\VBA\Access-VBA\articles\checkbox-columnorder-property-access.md .\VBA\Access-VBA\articles\checkbox-enter-event-access.md .\VBA\Access-VBA\articles\checkbox-exit-event-access.md .\VBA\Access-VBA\articles\checkbox-mousemove-event-access.md .\VBA\Access-VBA\articles\checkbox-oldborderstyle-property-access.md .\VBA\Access-VBA\articles\checkbox-oldvalue-property-access.md .\VBA\Access-VBA\articles\checkbox-optionvalue-property-access.md .\VBA\Access-VBA\articles\checkbox-properties-property-access.md .\VBA\Access-VBA\articles\checkbox-triplestate-property-access.md .\VBA\Access-VBA\articles\codeproject-baseconnectionstring-property-access.md .\VBA\Access-VBA\articles\codeproject-fileformat-property-access.md .\VBA\Access-VBA\articles\codeproject-path-property-access.md .\VBA\Access-VBA\articles\collections-visual-c-plus-plus-syntax-index-with-import.md .\VBA\Access-VBA\articles\combobox-beforeupdate-event-access.md .\VBA\Access-VBA\articles\combobox-column-property-access.md .\VBA\Access-VBA\articles\combobox-columncount-property-access.md .\VBA\Access-VBA\articles\combobox-columnhidden-property-access.md .\VBA\Access-VBA\articles\combobox-columnorder-property-access.md .\VBA\Access-VBA\articles\combobox-enter-event-access.md .\VBA\Access-VBA\articles\combobox-exit-event-access.md .\VBA\Access-VBA\articles\combobox-fontweight-property-access.md .\VBA\Access-VBA\articles\combobox-hyperlink-property-access.md .\VBA\Access-VBA\articles\combobox-mousemove-event-access.md .\VBA\Access-VBA\articles\combobox-notinlist-event-access.md .\VBA\Access-VBA\articles\combobox-oldborderstyle-property-access.md .\VBA\Access-VBA\articles\combobox-oldvalue-property-access.md .\VBA\Access-VBA\articles\combobox-properties-property-access.md .\VBA\Access-VBA\articles\combobox-recordset-property-access.md .\VBA\Access-VBA\articles\combobox-rowsource-property-access.md .\VBA\Access-VBA\articles\combobox-sellength-property-access.md .\VBA\Access-VBA\articles\combobox-selstart-property-access.md .\VBA\Access-VBA\articles\combobox-seltext-property-access.md .\VBA\Access-VBA\articles\combobox-text-property-access.md .\VBA\Access-VBA\articles\command-visual-c-plus-plus-syntax-index-with-import.md .\VBA\Access-VBA\articles\commandbutton-enter-event-access.md .\VBA\Access-VBA\articles\commandbutton-exit-event-access.md .\VBA\Access-VBA\articles\commandbutton-fontweight-property-access.md .\VBA\Access-VBA\articles\commandbutton-hyperlink-property-access.md .\VBA\Access-VBA\articles\commandbutton-mousemove-event-access.md .\VBA\Access-VBA\articles\commandbutton-oldvalue-property-access.md .\VBA\Access-VBA\articles\commandbutton-properties-property-access.md .\VBA\Access-VBA\articles\connect-property-example-vbscript.md .\VBA\Access-VBA\articles\connection-visual-c-plus-plus-syntax-index-with-import.md .\VBA\Access-VBA\articles\control-column-property-access.md .\VBA\Access-VBA\articles\control-hyperlink-property-access.md .\VBA\Access-VBA\articles\control-object-property-access.md .\VBA\Access-VBA\articles\control-objectverbs-property-access.md .\VBA\Access-VBA\articles\control-oldvalue-property-access.md .\VBA\Access-VBA\articles\control-pages-property-access.md .\VBA\Access-VBA\articles\control-properties-property-access.md .\VBA\Access-VBA\articles\control-selected-property-access.md .\VBA\Access-VBA\articles\converttostring-method-example-vbscript.md .\VBA\Access-VBA\articles\count-function-microsoft-access-sql.md .\VBA\Access-VBA\articles\count-the-number-of-records-in-a-dao-recordset.md .\VBA\Access-VBA\articles\create-a-dao-recordset-from-a-query.md .\VBA\Access-VBA\articles\create-a-database-template-programmatically.md .\VBA\Access-VBA\articles\create-a-user-defined-property.md .\VBA\Access-VBA\articles\create-an-ado-connection-string.md .\VBA\Access-VBA\articles\cubedef-example-vbscript.md .\VBA\Access-VBA\articles\currentproject-baseconnectionstring-property-access.md .\VBA\Access-VBA\articles\currentproject-fileformat-property-access.md .\VBA\Access-VBA\articles\currentproject-path-property-access.md .\VBA\Access-VBA\articles\customcontrol-enter-event-access.md .\VBA\Access-VBA\articles\customcontrol-exit-event-access.md .\VBA\Access-VBA\articles\customcontrol-object-property-access.md .\VBA\Access-VBA\articles\customcontrol-objectverbs-property-access.md .\VBA\Access-VBA\articles\customcontrol-objectverbscount-property-access.md .\VBA\Access-VBA\articles\customcontrol-oldborderstyle-property-access.md .\VBA\Access-VBA\articles\customcontrol-oldvalue-property-access.md .\VBA\Access-VBA\articles\customcontrol-oleclass-property-access.md .\VBA\Access-VBA\articles\customcontrol-properties-property-access.md .\VBA\Access-VBA\articles\dataspace-object-and-createobject-method-example-vbscript.md .\VBA\Access-VBA\articles\date-and-time-criteria-from-a-control-on-a-form.md .\VBA\Access-VBA\articles\delete-a-record-from-a-dao-recordset.md .\VBA\Access-VBA\articles\detect-user-idle-time-or-inactivity.md .\VBA\Access-VBA\articles\determine-when-a-shelled-process-ends.md .\VBA\Access-VBA\articles\determine-whether-the-current-record-is-a-new-record-in-a-form.md .\VBA\Access-VBA\articles\display-a-custom-dialog-box-when-the-user-deletes-a-record.md .\VBA\Access-VBA\articles\docmd-openform-method-access.md .\VBA\Access-VBA\articles\docmd-runsql-method-access.md .\VBA\Access-VBA\articles\docmd-transferdatabase-method-access.md .\VBA\Access-VBA\articles\docmd-transfertext-method-access.md .\VBA\Access-VBA\articles\emptycell-properties-property-access.md .\VBA\Access-VBA\articles\error-trapping.md .\VBA\Access-VBA\articles\extract-data-from-a-record-in-a-dao-recordset.md .\VBA\Access-VBA\articles\field-visual-c-plus-plus-syntax-index-with-import.md .\VBA\Access-VBA\articles\filtercolumn-filtercriterion-filtervalue-sortcolumn-and-sortdirection-properties.md .\VBA\Access-VBA\articles\find-a-record-in-a-dynaset-type-or-snapshot-type-dao-recordset.md .\VBA\Access-VBA\articles\find-a-record-in-a-table-type-dao-recordset.md .\VBA\Access-VBA\articles\find-the-current-position-in-a-dao-recordset.md .\VBA\Access-VBA\articles\find-the-number-of-working-days-between-two-dates.md .\VBA\Access-VBA\articles\first-last-functions-microsoft-access-sql.md .\VBA\Access-VBA\articles\form-afterrender-event-access.md .\VBA\Access-VBA\articles\form-beforeupdate-event-access.md .\VBA\Access-VBA\articles\form-bookmark-property-access.md .\VBA\Access-VBA\articles\form-chartspace-property-access.md .\VBA\Access-VBA\articles\form-commandexecute-event-access.md .\VBA\Access-VBA\articles\form-currentsectionleft-property-access.md .\VBA\Access-VBA\articles\form-currentsectiontop-property-access.md .\VBA\Access-VBA\articles\form-datasheetbackcolor-property-access.md .\VBA\Access-VBA\articles\form-datasheetfontheight-property-access.md .\VBA\Access-VBA\articles\form-datasheetfontitalic-property-access.md .\VBA\Access-VBA\articles\form-datasheetfontunderline-property-access.md .\VBA\Access-VBA\articles\form-datasheetfontweight-property-access.md .\VBA\Access-VBA\articles\form-datasheetforecolor-property-access.md .\VBA\Access-VBA\articles\form-error-event-access.md .\VBA\Access-VBA\articles\form-filter-event-access.md .\VBA\Access-VBA\articles\form-module-property-access.md .\VBA\Access-VBA\articles\form-mousemove-event-access.md .\VBA\Access-VBA\articles\form-newrecord-property-access.md .\VBA\Access-VBA\articles\form-onconnect-event-access.md .\VBA\Access-VBA\articles\form-ondisconnect-event-access.md .\VBA\Access-VBA\articles\form-orderbyon-property-access.md .\VBA\Access-VBA\articles\form-pivottable-property-access.md .\VBA\Access-VBA\articles\form-printer-property-access.md .\VBA\Access-VBA\articles\form-properties-property-access.md .\VBA\Access-VBA\articles\form-prtdevmode-property-access.md .\VBA\Access-VBA\articles\form-recordset-property-access.md .\VBA\Access-VBA\articles\form-recordsetclone-property-access.md .\VBA\Access-VBA\articles\form-recordsource-property-access.md .\VBA\Access-VBA\articles\form-selleft-property-access.md .\VBA\Access-VBA\articles\form-selwidth-property-access.md .\VBA\Access-VBA\articles\form-usedefaultprinter-property-access.md .\VBA\Access-VBA\articles\form-viewsallowed-property-access.md .\VBA\Access-VBA\articles\form-windowleft-property-access.md .\VBA\Access-VBA\articles\form-windowtop-property-access.md .\VBA\Access-VBA\articles\format-dates-as-u-s-dates-regardless-of-regional-settings.md .\VBA\Access-VBA\articles\from-clause-microsoft-access-sql.md .\VBA\Access-VBA\articles\group-by-clause-microsoft-access-sql.md .\VBA\Access-VBA\articles\grouplevel-properties-property-access.md .\VBA\Access-VBA\articles\handler-property-example-vb.md .\VBA\Access-VBA\articles\handler-property-example-vc-plus-plus.md .\VBA\Access-VBA\articles\having-clause-microsoft-access-sql.md .\VBA\Access-VBA\articles\image-hyperlink-property-access.md .\VBA\Access-VBA\articles\image-imageheight-property-access.md .\VBA\Access-VBA\articles\image-mousemove-event-access.md .\VBA\Access-VBA\articles\image-oldborderstyle-property-access.md .\VBA\Access-VBA\articles\image-oldvalue-property-access.md .\VBA\Access-VBA\articles\image-properties-property-access.md .\VBA\Access-VBA\articles\in-operator-microsoft-access-sql.md .\VBA\Access-VBA\articles\include-quotation-marks-in-string-expressions.md .\VBA\Access-VBA\articles\internettimeout-property-example-vb.md .\VBA\Access-VBA\articles\internettimeout-property-example-vc-plus-plus.md .\VBA\Access-VBA\articles\label-fontweight-property-access.md .\VBA\Access-VBA\articles\label-hyperlink-property-access.md .\VBA\Access-VBA\articles\label-mousemove-event-access.md .\VBA\Access-VBA\articles\label-oldborderstyle-property-access.md .\VBA\Access-VBA\articles\label-properties-property-access.md .\VBA\Access-VBA\articles\like-operator-microsoft-access-sql.md .\VBA\Access-VBA\articles\line-oldborderstyle-property-access.md .\VBA\Access-VBA\articles\line-properties-property-access.md .\VBA\Access-VBA\articles\listbox-beforeupdate-event-access.md .\VBA\Access-VBA\articles\listbox-column-property-access.md .\VBA\Access-VBA\articles\listbox-columncount-property-access.md .\VBA\Access-VBA\articles\listbox-columnhidden-property-access.md .\VBA\Access-VBA\articles\listbox-columnorder-property-access.md .\VBA\Access-VBA\articles\listbox-enter-event-access.md .\VBA\Access-VBA\articles\listbox-exit-event-access.md .\VBA\Access-VBA\articles\listbox-fontweight-property-access.md .\VBA\Access-VBA\articles\listbox-hyperlink-property-access.md .\VBA\Access-VBA\articles\listbox-mousemove-event-access.md .\VBA\Access-VBA\articles\listbox-oldborderstyle-property-access.md .\VBA\Access-VBA\articles\listbox-oldvalue-property-access.md .\VBA\Access-VBA\articles\listbox-properties-property-access.md .\VBA\Access-VBA\articles\listbox-recordset-property-access.md .\VBA\Access-VBA\articles\listbox-selected-property-access.md .\VBA\Access-VBA\articles\make-bulk-changes-to-a-dao-recordset.md .\VBA\Access-VBA\articles\mark-a-position-in-a-dao-recordset.md .\VBA\Access-VBA\articles\members-example-vbscript.md .\VBA\Access-VBA\articles\min-max-functions-microsoft-access-sql.md .\VBA\Access-VBA\articles\modify-a-query-from-a-dao-recordset.md .\VBA\Access-VBA\articles\module-createeventproc-method-access.md .\VBA\Access-VBA\articles\module-deletelines-method-access.md .\VBA\Access-VBA\articles\module-find-method-access.md .\VBA\Access-VBA\articles\module-insertlines-method-access.md .\VBA\Access-VBA\articles\module-inserttext-method-access.md .\VBA\Access-VBA\articles\module-lines-property-access.md .\VBA\Access-VBA\articles\module-procbodyline-property-access.md .\VBA\Access-VBA\articles\module-proccountlines-property-access.md .\VBA\Access-VBA\articles\module-procofline-property-access.md .\VBA\Access-VBA\articles\module-procstartline-property-access.md .\VBA\Access-VBA\articles\move-through-a-dao-recordset.md .\VBA\Access-VBA\articles\multiple-fields-in-criteria-expressions.md .\VBA\Access-VBA\articles\navigationbutton-enter-event-access.md .\VBA\Access-VBA\articles\navigationbutton-exit-event-access.md .\VBA\Access-VBA\articles\navigationbutton-fontweight-property-access.md .\VBA\Access-VBA\articles\navigationbutton-hyperlink-property-access.md .\VBA\Access-VBA\articles\navigationbutton-mousemove-event-access.md .\VBA\Access-VBA\articles\navigationbutton-oldvalue-property-access.md .\VBA\Access-VBA\articles\navigationbutton-properties-property-access.md .\VBA\Access-VBA\articles\navigationcontrol-beforeupdate-event-access.md .\VBA\Access-VBA\articles\navigationcontrol-enter-event-access.md .\VBA\Access-VBA\articles\navigationcontrol-exit-event-access.md .\VBA\Access-VBA\articles\navigationcontrol-hyperlink-property-access.md .\VBA\Access-VBA\articles\navigationcontrol-mousemove-event-access.md .\VBA\Access-VBA\articles\navigationcontrol-oldborderstyle-property-access.md .\VBA\Access-VBA\articles\navigationcontrol-oldvalue-property-access.md .\VBA\Access-VBA\articles\navigationcontrol-properties-property-access.md .\VBA\Access-VBA\articles\numeric-criteria-from-a-control-on-a-form.md .\VBA\Access-VBA\articles\object-properties.md .\VBA\Access-VBA\articles\objectframe-columncount-property-access.md .\VBA\Access-VBA\articles\objectframe-enter-event-access.md .\VBA\Access-VBA\articles\objectframe-exit-event-access.md .\VBA\Access-VBA\articles\objectframe-mousemove-event-access.md .\VBA\Access-VBA\articles\objectframe-object-property-access.md .\VBA\Access-VBA\articles\objectframe-objectverbs-property-access.md .\VBA\Access-VBA\articles\objectframe-objectverbscount-property-access.md .\VBA\Access-VBA\articles\objectframe-oldborderstyle-property-access.md .\VBA\Access-VBA\articles\objectframe-oldvalue-property-access.md .\VBA\Access-VBA\articles\objectframe-oleclass-property-access.md .\VBA\Access-VBA\articles\objectframe-oletype-property-access.md .\VBA\Access-VBA\articles\objectframe-properties-property-access.md .\VBA\Access-VBA\articles\optionbutton-beforeupdate-event-access.md .\VBA\Access-VBA\articles\optionbutton-columnhidden-property-access.md .\VBA\Access-VBA\articles\optionbutton-columnorder-property-access.md .\VBA\Access-VBA\articles\optionbutton-enter-event-access.md .\VBA\Access-VBA\articles\optionbutton-exit-event-access.md .\VBA\Access-VBA\articles\optionbutton-mousemove-event-access.md .\VBA\Access-VBA\articles\optionbutton-oldborderstyle-property-access.md .\VBA\Access-VBA\articles\optionbutton-oldvalue-property-access.md .\VBA\Access-VBA\articles\optionbutton-optionvalue-property-access.md .\VBA\Access-VBA\articles\optionbutton-properties-property-access.md .\VBA\Access-VBA\articles\optionbutton-triplestate-property-access.md .\VBA\Access-VBA\articles\optiongroup-beforeupdate-event-access.md .\VBA\Access-VBA\articles\optiongroup-columnhidden-property-access.md .\VBA\Access-VBA\articles\optiongroup-columnorder-property-access.md .\VBA\Access-VBA\articles\optiongroup-enter-event-access.md .\VBA\Access-VBA\articles\optiongroup-exit-event-access.md .\VBA\Access-VBA\articles\optiongroup-mousemove-event-access.md .\VBA\Access-VBA\articles\optiongroup-oldborderstyle-property-access.md .\VBA\Access-VBA\articles\optiongroup-oldvalue-property-access.md .\VBA\Access-VBA\articles\optiongroup-properties-property-access.md .\VBA\Access-VBA\articles\order-by-clause-microsoft-access-sql.md .\VBA\Access-VBA\articles\page-mousemove-event-access.md .\VBA\Access-VBA\articles\page-properties-property-access.md .\VBA\Access-VBA\articles\pagebreak-properties-property-access.md .\VBA\Access-VBA\articles\pages-add-method-access.md .\VBA\Access-VBA\articles\pages-remove-method-access.md .\VBA\Access-VBA\articles\parameter-visual-c-plus-plus-syntax-index-with-import.md .\VBA\Access-VBA\articles\perform-joins-using-access-sql.md .\VBA\Access-VBA\articles\printer-devicename-property-access.md .\VBA\Access-VBA\articles\printer-drivername-property-access.md .\VBA\Access-VBA\articles\printer-port-property-access.md .\VBA\Access-VBA\articles\programmatically-retrieve-printer-capabilities.md .\VBA\Access-VBA\articles\prompt-a-user-before-saving-a-record.md .\VBA\Access-VBA\articles\property-visual-c-plus-plus-syntax-index-with-import.md .\VBA\Access-VBA\articles\quotation-marks-in-strings.md .\VBA\Access-VBA\articles\read-from-and-write-to-a-field-in-a-dao-recordset.md .\VBA\Access-VBA\articles\record-visual-c-plus-plus-syntax-index-with-import.md .\VBA\Access-VBA\articles\recordset-visual-c-plus-plus-syntax-index-with-import.md .\VBA\Access-VBA\articles\recordsetevents-visual-c-plus-plus-syntax-index-with-import.md .\VBA\Access-VBA\articles\recover-tables-deleted-from-a-database.md .\VBA\Access-VBA\articles\rectangle-mousemove-event-access.md .\VBA\Access-VBA\articles\rectangle-oldborderstyle-property-access.md .\VBA\Access-VBA\articles\rectangle-properties-property-access.md .\VBA\Access-VBA\articles\refer-to-tab-control-objects-in-vba.md .\VBA\Access-VBA\articles\reference-fullpath-property-access.md .\VBA\Access-VBA\articles\reference-guid-property-access.md .\VBA\Access-VBA\articles\reference-isbroken-property-access.md .\VBA\Access-VBA\articles\reference-major-property-access.md .\VBA\Access-VBA\articles\reference-minor-property-access.md .\VBA\Access-VBA\articles\references-itemadded-event-access.md .\VBA\Access-VBA\articles\references-itemremoved-event-access.md .\VBA\Access-VBA\articles\refresh-method-example-vbscript.md .\VBA\Access-VBA\articles\report-error-event-access.md .\VBA\Access-VBA\articles\report-formatcount-property-access.md .\VBA\Access-VBA\articles\report-module-property-access.md .\VBA\Access-VBA\articles\report-nodata-event-access.md .\VBA\Access-VBA\articles\report-open-event-access.md .\VBA\Access-VBA\articles\report-orderbyon-property-access.md .\VBA\Access-VBA\articles\report-page-property-access.md .\VBA\Access-VBA\articles\report-pages-property-access.md .\VBA\Access-VBA\articles\report-printer-property-access.md .\VBA\Access-VBA\articles\report-properties-property-access.md .\VBA\Access-VBA\articles\report-prtdevmode-property-access.md .\VBA\Access-VBA\articles\report-recordset-property-access.md .\VBA\Access-VBA\articles\report-recordsource-property-access.md .\VBA\Access-VBA\articles\report-usedefaultprinter-property-access.md .\VBA\Access-VBA\articles\required-client-settings.md .\VBA\Access-VBA\articles\retrieve-a-list-of-installed-printers.md .\VBA\Access-VBA\articles\retrieve-information-from-the-clipboard.md .\VBA\Access-VBA\articles\return-a-random-record-from-a-dao-recordset.md .\VBA\Access-VBA\articles\screen-activedatasheet-property-access.md .\VBA\Access-VBA\articles\screen-activeform-property-access.md .\VBA\Access-VBA\articles\screen-activereport-property-access.md .\VBA\Access-VBA\articles\section-mousemove-event-access.md .\VBA\Access-VBA\articles\section-properties-property-access.md .\VBA\Access-VBA\articles\set-form-report-and-control-properties-in-code.md .\VBA\Access-VBA\articles\set-form-report-and-control-properties-in-visual-basic.md .\VBA\Access-VBA\articles\sort-data-in-a-dao-recordset.md .\VBA\Access-VBA\articles\sort-records-in-case-sensitiveascii-order.md .\VBA\Access-VBA\articles\stdev-stdevp-functions-microsoft-access-sql.md .\VBA\Access-VBA\articles\stream-visual-c-plus-plus-syntax-index-with-import.md .\VBA\Access-VBA\articles\subform-enter-event-access.md .\VBA\Access-VBA\articles\subform-exit-event-access.md .\VBA\Access-VBA\articles\subform-oldborderstyle-property-access.md .\VBA\Access-VBA\articles\subform-properties-property-access.md .\VBA\Access-VBA\articles\sum-function-microsoft-access-sql.md .\VBA\Access-VBA\articles\synchronize-a-dao-recordset-s-record-with-a-form-s-current-record.md .\VBA\Access-VBA\articles\synchronize-two-combo-boxes-on-a-form.md .\VBA\Access-VBA\articles\tabcontrol-fontweight-property-access.md .\VBA\Access-VBA\articles\tabcontrol-mousemove-event-access.md .\VBA\Access-VBA\articles\tabcontrol-oldvalue-property-access.md .\VBA\Access-VBA\articles\tabcontrol-pages-property-access.md .\VBA\Access-VBA\articles\tabcontrol-properties-property-access.md .\VBA\Access-VBA\articles\textbox-beforeupdate-event-access.md .\VBA\Access-VBA\articles\textbox-columnhidden-property-access.md .\VBA\Access-VBA\articles\textbox-columnorder-property-access.md .\VBA\Access-VBA\articles\textbox-enter-event-access.md .\VBA\Access-VBA\articles\textbox-exit-event-access.md .\VBA\Access-VBA\articles\textbox-fontweight-property-access.md .\VBA\Access-VBA\articles\textbox-hyperlink-property-access.md .\VBA\Access-VBA\articles\textbox-mousemove-event-access.md .\VBA\Access-VBA\articles\textbox-oldborderstyle-property-access.md .\VBA\Access-VBA\articles\textbox-oldvalue-property-access.md .\VBA\Access-VBA\articles\textbox-properties-property-access.md .\VBA\Access-VBA\articles\textbox-sellength-property-access.md .\VBA\Access-VBA\articles\textbox-selstart-property-access.md .\VBA\Access-VBA\articles\textbox-seltext-property-access.md .\VBA\Access-VBA\articles\textbox-text-property-access.md .\VBA\Access-VBA\articles\textual-criteria-from-a-control-on-a-form.md .\VBA\Access-VBA\articles\the-recordset-object-open-method.md .\VBA\Access-VBA\articles\togglebutton-beforeupdate-event-access.md .\VBA\Access-VBA\articles\togglebutton-columnhidden-property-access.md .\VBA\Access-VBA\articles\togglebutton-columnorder-property-access.md .\VBA\Access-VBA\articles\togglebutton-enter-event-access.md .\VBA\Access-VBA\articles\togglebutton-exit-event-access.md .\VBA\Access-VBA\articles\togglebutton-mousemove-event-access.md .\VBA\Access-VBA\articles\togglebutton-oldvalue-property-access.md .\VBA\Access-VBA\articles\togglebutton-optionvalue-property-access.md .\VBA\Access-VBA\articles\togglebutton-properties-property-access.md .\VBA\Access-VBA\articles\togglebutton-triplestate-property-access.md .\VBA\Access-VBA\articles\topvalues-property.md .\VBA\Access-VBA\articles\track-design-changes-to-a-table-type-dao-recordset.md .\VBA\Access-VBA\articles\type-property-example-propertyvj-plus-plus.md .\VBA\Access-VBA\articles\url-property-example-vbscript.md .\VBA\Access-VBA\articles\use-date-and-time-criteria-from-a-control-on-a-form.md .\VBA\Access-VBA\articles\use-multiple-fields-in-criteria-expressions.md .\VBA\Access-VBA\articles\use-numeric-criteria-from-a-control-on-a-form.md .\VBA\Access-VBA\articles\use-textual-criteria-from-a-control-on-a-form.md .\VBA\Access-VBA\articles\use-the-status-bar-progress-meter.md .\VBA\Access-VBA\articles\use-transactions-in-a-dao-recordset.md .\VBA\Access-VBA\articles\use-user-input-to-build-filter-criteria.md .\VBA\Access-VBA\articles\var-varp-functions-microsoft-access-sql.md .\VBA\Access-VBA\articles\webbrowsercontrol-beforeupdate-event-access.md .\VBA\Access-VBA\articles\webbrowsercontrol-enter-event-access.md .\VBA\Access-VBA\articles\webbrowsercontrol-exit-event-access.md .\VBA\Access-VBA\articles\webbrowsercontrol-hyperlink-property-access.md .\VBA\Access-VBA\articles\webbrowsercontrol-mousemove-event-access.md .\VBA\Access-VBA\articles\webbrowsercontrol-object-property-access.md .\VBA\Access-VBA\articles\webbrowsercontrol-oldvalue-property-access.md .\VBA\Access-VBA\articles\webbrowsercontrol-properties-property-access.md .\VBA\Access-VBA\articles\where-clause-microsoft-access-sql.md .\VBA\Excel-VBA\articles\aboveaverage-creator-property-excel.md .\VBA\Excel-VBA\articles\add-a-table-of-contents-to-a-workbook.md .\VBA\Excel-VBA\articles\addins-add-method-excel.md .\VBA\Excel-VBA\articles\alloweditranges-object-excel.md .\VBA\Excel-VBA\articles\application-activeprinter-property-excel.md .\VBA\Excel-VBA\articles\application-activeprotectedviewwindow-property-excel.md .\VBA\Excel-VBA\articles\application-activesheet-property-excel.md .\VBA\Excel-VBA\articles\application-activewindow-property-excel.md .\VBA\Excel-VBA\articles\application-activeworkbook-property-excel.md .\VBA\Excel-VBA\articles\application-autorecover-property-excel.md .\VBA\Excel-VBA\articles\application-caller-property-excel.md .\VBA\Excel-VBA\articles\application-comaddins-property-excel.md .\VBA\Excel-VBA\articles\application-customlistcount-property-excel.md .\VBA\Excel-VBA\articles\application-defaultfilepath-property-excel.md .\VBA\Excel-VBA\articles\application-excel4macrosheets-property-excel.md .\VBA\Excel-VBA\articles\application-featureinstall-property-excel.md .\VBA\Excel-VBA\articles\application-findformat-property-excel.md .\VBA\Excel-VBA\articles\application-getopenfilename-method-excel.md .\VBA\Excel-VBA\articles\application-getsaveasfilename-method-excel.md .\VBA\Excel-VBA\articles\application-hwnd-property-excel.md .\VBA\Excel-VBA\articles\application-inputbox-method-excel.md .\VBA\Excel-VBA\articles\application-international-property-excel.md .\VBA\Excel-VBA\articles\application-librarypath-property-excel.md .\VBA\Excel-VBA\articles\application-mappapersize-property-excel.md .\VBA\Excel-VBA\articles\application-oledberrors-property-excel.md .\VBA\Excel-VBA\articles\application-organizationname-property-excel.md .\VBA\Excel-VBA\articles\application-path-property-excel.md .\VBA\Excel-VBA\articles\application-protectedviewwindowbeforeedit-event-excel.md .\VBA\Excel-VBA\articles\application-protectedviewwindowopen-event-excel.md .\VBA\Excel-VBA\articles\application-range-property-excel.md .\VBA\Excel-VBA\articles\application-replaceformat-property-excel.md .\VBA\Excel-VBA\articles\application-rows-property-excel.md .\VBA\Excel-VBA\articles\application-screenupdating-property-excel.md .\VBA\Excel-VBA\articles\application-selection-property-excel.md .\VBA\Excel-VBA\articles\application-sheetsinnewworkbook-property-excel.md .\VBA\Excel-VBA\articles\application-thiscell-property-excel.md .\VBA\Excel-VBA\articles\application-transitionnavigkeys-property-excel.md .\VBA\Excel-VBA\articles\application-usedobjects-property-excel.md .\VBA\Excel-VBA\articles\application-username-property-excel.md .\VBA\Excel-VBA\articles\application-version-property-excel.md .\VBA\Excel-VBA\articles\application-workbookaftersave-event-excel.md .\VBA\Excel-VBA\articles\application-workbooknewchart-event-excel.md .\VBA\Excel-VBA\articles\areas-count-property-excel.md .\VBA\Excel-VBA\articles\autorecover-time-property-excel.md .\VBA\Excel-VBA\articles\calculatedmembers-addcalculatedmember-method-excel.md .\VBA\Excel-VBA\articles\chart-mousedown-event-excel.md .\VBA\Excel-VBA\articles\chart-mousemove-event-excel.md .\VBA\Excel-VBA\articles\chart-mouseup-event-excel.md .\VBA\Excel-VBA\articles\chartobject-bottomrightcell-property-excel.md .\VBA\Excel-VBA\articles\chartobject-topleftcell-property-excel.md .\VBA\Excel-VBA\articles\chartobject-zorder-property-excel.md .\VBA\Excel-VBA\articles\comment-next-method-excel.md .\VBA\Excel-VBA\articles\comment-previous-method-excel.md .\VBA\Excel-VBA\articles\comments-object-excel.md .\VBA\Excel-VBA\articles\controlling-one-microsoft-office-application-from-another.md .\VBA\Excel-VBA\articles\count-property-graph.md .\VBA\Excel-VBA\articles\create-a-custom-menu-that-calls-a-macro.md .\VBA\Excel-VBA\articles\create-a-scheduling-calendar-workbook.md .\VBA\Excel-VBA\articles\create-address-labels-from-a-spreadsheet.md .\VBA\Excel-VBA\articles\create-an-html-file-with-a-table-of-contents-based-on-cell-data.md .\VBA\Excel-VBA\articles\create-or-replace-a-worksheet.md .\VBA\Excel-VBA\articles\creator-property.md .\VBA\Excel-VBA\articles\cubefield-createpivotfields-method-excel.md .\VBA\Excel-VBA\articles\cubefield-flattenhierarchies-property-excel.md .\VBA\Excel-VBA\articles\cubefield-hierarchizedistinct-property-excel.md .\VBA\Excel-VBA\articles\customproperties-add-method-excel.md .\VBA\Excel-VBA\articles\customproperties-item-property-excel.md .\VBA\Excel-VBA\articles\customproperties-object-excel.md .\VBA\Excel-VBA\articles\customproperty-object-excel.md .\VBA\Excel-VBA\articles\defaultweboptions-downloadcomponents-property-excel.md .\VBA\Excel-VBA\articles\defaultweboptions-locationofcomponents-property-excel.md .\VBA\Excel-VBA\articles\delete-duplicate-entries-in-a-range.md .\VBA\Excel-VBA\articles\exporting-a-chart-to-a-word-document.md .\VBA\Excel-VBA\articles\exporting-a-range-to-a-table-in-a-word-document.md .\VBA\Excel-VBA\articles\exporting-a-table-to-a-word-document.md .\VBA\Excel-VBA\articles\fileexportconverter-extensions-property-excel.md .\VBA\Excel-VBA\articles\fileexportconverter-fileformat-property-excel.md .\VBA\Excel-VBA\articles\formatting-and-vba-codes-for-headers-and-footers.md .\VBA\Excel-VBA\articles\graphic-cropbottom-property-excel.md .\VBA\Excel-VBA\articles\graphic-cropleft-property-excel.md .\VBA\Excel-VBA\articles\graphic-cropright-property-excel.md .\VBA\Excel-VBA\articles\graphic-croptop-property-excel.md .\VBA\Excel-VBA\articles\graphic-object-excel.md .\VBA\Excel-VBA\articles\headerfooter-object-excel.md .\VBA\Excel-VBA\articles\hpagebreak-extent-property-excel.md .\VBA\Excel-VBA\articles\import-outlook-contacts-to-a-worksheet.md .\VBA\Excel-VBA\articles\index-property.md .\VBA\Excel-VBA\articles\listdataformat-lcid-property-excel.md .\VBA\Excel-VBA\articles\name-a-worksheet-by-using-a-cell-value.md .\VBA\Excel-VBA\articles\name-category-property-excel.md .\VBA\Excel-VBA\articles\name-categorylocal-property-excel.md .\VBA\Excel-VBA\articles\name-macrotype-property-excel.md .\VBA\Excel-VBA\articles\name-refersto-property-excel.md .\VBA\Excel-VBA\articles\name-referstolocal-property-excel.md .\VBA\Excel-VBA\articles\name-referstor1c1-property-excel.md .\VBA\Excel-VBA\articles\name-referstor1c1local-property-excel.md .\VBA\Excel-VBA\articles\name-referstorange-property-excel.md .\VBA\Excel-VBA\articles\names-object-excel.md .\VBA\Excel-VBA\articles\numberformatlocal-property.md .\VBA\Excel-VBA\articles\odbcerror-object-excel.md .\VBA\Excel-VBA\articles\odbcerrors-item-method-excel.md .\VBA\Excel-VBA\articles\oledberror-native-property-excel.md .\VBA\Excel-VBA\articles\oledberror-number-property-excel.md .\VBA\Excel-VBA\articles\oledberror-object-excel.md .\VBA\Excel-VBA\articles\oledberror-stage-property-excel.md .\VBA\Excel-VBA\articles\oledberrors-item-method-excel.md .\VBA\Excel-VBA\articles\oledberrors-object-excel.md .\VBA\Excel-VBA\articles\oleobject-zorder-property-excel.md .\VBA\Excel-VBA\articles\oleobjects-zorder-property-excel.md .\VBA\Excel-VBA\articles\pagesetup-bottommargin-property-excel.md .\VBA\Excel-VBA\articles\pagesetup-centerfooterpicture-property-excel.md .\VBA\Excel-VBA\articles\pagesetup-centerheaderpicture-property-excel.md .\VBA\Excel-VBA\articles\pagesetup-leftfooterpicture-property-excel.md .\VBA\Excel-VBA\articles\pagesetup-leftheaderpicture-property-excel.md .\VBA\Excel-VBA\articles\pagesetup-leftmargin-property-excel.md .\VBA\Excel-VBA\articles\pagesetup-printquality-property-excel.md .\VBA\Excel-VBA\articles\pagesetup-rightfooterpicture-property-excel.md .\VBA\Excel-VBA\articles\pagesetup-rightheader-property-excel.md .\VBA\Excel-VBA\articles\pagesetup-rightmargin-property-excel.md .\VBA\Excel-VBA\articles\pagesetup-topmargin-property-excel.md .\VBA\Excel-VBA\articles\pane-visiblerange-property-excel.md .\VBA\Excel-VBA\articles\parameter-object-excel.md .\VBA\Excel-VBA\articles\parameter-promptstring-property-excel.md .\VBA\Excel-VBA\articles\parameters-item-method-excel.md .\VBA\Excel-VBA\articles\pictureformat-cropbottom-property-excel.md .\VBA\Excel-VBA\articles\pictureformat-cropleft-property-excel.md .\VBA\Excel-VBA\articles\pictureformat-cropright-property-excel.md .\VBA\Excel-VBA\articles\pictureformat-croptop-property-excel.md .\VBA\Excel-VBA\articles\pivotcache-memoryused-property-excel.md .\VBA\Excel-VBA\articles\pivotcache-refreshdate-property-excel.md .\VBA\Excel-VBA\articles\pivotcache-sourceconnectionfile-property-excel.md .\VBA\Excel-VBA\articles\pivotcache-sourcedatafile-property-excel.md .\VBA\Excel-VBA\articles\pivotcell-pivotfield-property-excel.md .\VBA\Excel-VBA\articles\pivotcell-pivotitem-property-excel.md .\VBA\Excel-VBA\articles\pivotfield-autoshowcount-property-excel.md .\VBA\Excel-VBA\articles\pivotfield-autoshowfield-property-excel.md .\VBA\Excel-VBA\articles\pivotfield-autoshowrange-property-excel.md .\VBA\Excel-VBA\articles\pivotfield-autoshowtype-property-excel.md .\VBA\Excel-VBA\articles\pivotfield-autosortfield-property-excel.md .\VBA\Excel-VBA\articles\pivotfield-autosortorder-property-excel.md .\VBA\Excel-VBA\articles\pivotfield-childfield-property-excel.md .\VBA\Excel-VBA\articles\pivotfield-memoryused-property-excel.md .\VBA\Excel-VBA\articles\pivotfield-parentfield-property-excel.md .\VBA\Excel-VBA\articles\pivotfield-propertyorder-property-excel.md .\VBA\Excel-VBA\articles\pivotfield-propertyparentfield-property-excel.md .\VBA\Excel-VBA\articles\pivotfield-totallevels-property-excel.md .\VBA\Excel-VBA\articles\pivotfield-visibleitemslist-property-excel.md .\VBA\Excel-VBA\articles\pivotitem-parentitem-property-excel.md .\VBA\Excel-VBA\articles\pivotitem-position-property-excel.md .\VBA\Excel-VBA\articles\pivotitem-sourcename-property-excel.md .\VBA\Excel-VBA\articles\pivotitem-sourcenamestandard-property-excel.md .\VBA\Excel-VBA\articles\pivotitemlist-object-excel.md .\VBA\Excel-VBA\articles\pivottable-drilldown-method-excel.md .\VBA\Excel-VBA\articles\pivottable-drillup-method-excel.md .\VBA\Excel-VBA\articles\pivottable-getpivotdata-method-excel.md .\VBA\Excel-VBA\articles\pivottable-mdx-property-excel.md .\VBA\Excel-VBA\articles\pivottable-refreshdate-property-excel.md .\VBA\Excel-VBA\articles\pivottable-refreshname-property-excel.md .\VBA\Excel-VBA\articles\pivottable-visualtotals-property-excel.md .\VBA\Excel-VBA\articles\pivotvaluecell-creator-property-excel.md .\VBA\Excel-VBA\articles\pivotvaluecell-pivotcell-property-excel.md .\VBA\Excel-VBA\articles\prevent-duplicate-entries-in-a-range.md .\VBA\Excel-VBA\articles\programming-for-the-single-document-interface-in-excel.md .\VBA\Excel-VBA\articles\protectedviewwindow-caption-property-excel.md .\VBA\Excel-VBA\articles\protectedviewwindow-sourcename-property-excel.md .\VBA\Excel-VBA\articles\protectedviewwindow-sourcepath-property-excel.md .\VBA\Excel-VBA\articles\protectedviewwindows-object-excel.md .\VBA\Excel-VBA\articles\protection-alloweditranges-property-excel.md .\VBA\Excel-VBA\articles\querytable-adjustcolumnwidth-property-excel.md .\VBA\Excel-VBA\articles\querytable-preservecolumninfo-property-excel.md .\VBA\Excel-VBA\articles\querytable-textfiletrailingminusnumbers-property-excel.md .\VBA\Excel-VBA\articles\querytables-add-method-excel.md .\VBA\Excel-VBA\articles\range-autocomplete-method-excel.md .\VBA\Excel-VBA\articles\range-cells-property-excel.md .\VBA\Excel-VBA\articles\range-column-property-excel.md .\VBA\Excel-VBA\articles\range-columns-property-excel.md .\VBA\Excel-VBA\articles\range-count-property-excel.md .\VBA\Excel-VBA\articles\range-entirerow-property-excel.md .\VBA\Excel-VBA\articles\range-find-method-excel.md .\VBA\Excel-VBA\articles\range-findprevious-method-excel.md .\VBA\Excel-VBA\articles\range-numberformatlocal-property-excel.md .\VBA\Excel-VBA\articles\range-object.md .\VBA\Excel-VBA\articles\range-phonetics-property-excel.md .\VBA\Excel-VBA\articles\range-pivotcell-property-excel.md .\VBA\Excel-VBA\articles\range-pivotfield-property-excel.md .\VBA\Excel-VBA\articles\range-pivotitem-property-excel.md .\VBA\Excel-VBA\articles\range-prefixcharacter-property-excel.md .\VBA\Excel-VBA\articles\range-range-property-excel.md .\VBA\Excel-VBA\articles\range-row-property-excel.md .\VBA\Excel-VBA\articles\range-rows-property-excel.md .\VBA\Excel-VBA\articles\refer-to-named-ranges.md .\VBA\Excel-VBA\articles\refer-to-rows-and-columns.md .\VBA\Excel-VBA\articles\select-a-range.md .\VBA\Excel-VBA\articles\sending-email-to-a-list-of-recipients-using-excel-and-outlook.md .\VBA\Excel-VBA\articles\shape-vertices-property-excel.md .\VBA\Excel-VBA\articles\shaperange-vertices-property-excel.md .\VBA\Excel-VBA\articles\sheets-hpagebreaks-property-excel.md .\VBA\Excel-VBA\articles\speech-speakcellonenter-property-excel.md .\VBA\Excel-VBA\articles\spellingoptions-userdict-property-excel.md .\VBA\Excel-VBA\articles\style-name-property-excel.md .\VBA\Excel-VBA\articles\style-namelocal-property-excel.md .\VBA\Excel-VBA\articles\tab-object-excel.md .\VBA\Excel-VBA\articles\textframe2-creator-property-excel.md .\VBA\Excel-VBA\articles\usedobjects-object-excel.md .\VBA\Excel-VBA\articles\using-control-values-while-code-is-running.md .\VBA\Excel-VBA\articles\using-excel-worksheet-functions-in-visual-basic.md .\VBA\Excel-VBA\articles\version-property.md .\VBA\Excel-VBA\articles\vpagebreak-extent-property-excel.md .\VBA\Excel-VBA\articles\weboptions-downloadcomponents-property-excel.md .\VBA\Excel-VBA\articles\window-activesheet-property-excel.md .\VBA\Excel-VBA\articles\window-panes-property-excel.md .\VBA\Excel-VBA\articles\window-selection-property-excel.md .\VBA\Excel-VBA\articles\workbook-activesheet-property-excel.md .\VBA\Excel-VBA\articles\workbook-beforesave-event-excel.md .\VBA\Excel-VBA\articles\workbook-cancheckin-method-excel.md .\VBA\Excel-VBA\articles\workbook-checkin-method-excel.md .\VBA\Excel-VBA\articles\workbook-excel4intlmacrosheets-property-excel.md .\VBA\Excel-VBA\articles\workbook-excel4macrosheets-property-excel.md .\VBA\Excel-VBA\articles\workbook-haspassword-property-excel.md .\VBA\Excel-VBA\articles\workbook-linksources-method-excel.md .\VBA\Excel-VBA\articles\workbook-newchart-event-excel.md .\VBA\Excel-VBA\articles\workbook-protectstructure-property-excel.md .\VBA\Excel-VBA\articles\workbook-protectwindows-property-excel.md .\VBA\Excel-VBA\articles\workbook-save-method-excel.md .\VBA\Excel-VBA\articles\workbook-saveasxmldata-method-excel.md .\VBA\Excel-VBA\articles\workbook-sheetfollowhyperlink-event-excel.md .\VBA\Excel-VBA\articles\workbook-sheetpivottablechangesync-event-excel.md .\VBA\Excel-VBA\articles\workbook-sheetselectionchange-event-excel.md .\VBA\Excel-VBA\articles\workbook-updatelinks-property-excel.md .\VBA\Excel-VBA\articles\workbook-vbasigned-property-excel.md .\VBA\Excel-VBA\articles\workbook-windowresize-event-excel.md .\VBA\Excel-VBA\articles\workbook-writereserved-property-excel.md .\VBA\Excel-VBA\articles\workbook-writereservedby-property-excel.md .\VBA\Excel-VBA\articles\workbooks-open-method-excel.md .\VBA\Excel-VBA\articles\worksheet-autofiltermode-property-excel.md .\VBA\Excel-VBA\articles\worksheet-change-event-excel.md .\VBA\Excel-VBA\articles\worksheet-copy-method-excel.md .\VBA\Excel-VBA\articles\worksheet-customproperties-property-excel.md .\VBA\Excel-VBA\articles\worksheet-hpagebreaks-property-excel.md .\VBA\Excel-VBA\articles\worksheet-index-property-excel.md .\VBA\Excel-VBA\articles\worksheet-pivottablechangesync-event-excel.md .\VBA\Excel-VBA\articles\worksheet-range-property-excel.md .\VBA\Excel-VBA\articles\worksheet-rows-property-excel.md .\VBA\Excel-VBA\articles\worksheet-tab-property-excel.md .\VBA\Excel-VBA\articles\worksheet-vpagebreaks-property-excel.md .\VBA\Excel-VBA\articles\worksheetfunction-replace-method-excel.md .\VBA\Excel-VBA\articles\worksheets-hpagebreaks-property-excel.md .\VBA\Excel-VBA\articles\worksheets-vpagebreaks-property-excel.md .\VBA\Language-Reference-VBA\articles\add-method-visual-basic-for-applications.md .\VBA\Language-Reference-VBA\articles\addcontrol-event-add-method-example.md .\VBA\Language-Reference-VBA\articles\addressof-operator.md .\VBA\Language-Reference-VBA\articles\autosize-multiline-wordwrap-scrollbars-properties-textbox-control-example.md .\VBA\Language-Reference-VBA\articles\availablespace-property.md .\VBA\Language-Reference-VBA\articles\backcolor-backstyle-bordercolor-borderstyle-forecolor-specialeffect-properties-e.md .\VBA\Language-Reference-VBA\articles\close-statement.md .\VBA\Language-Reference-VBA\articles\collection-object.md .\VBA\Language-Reference-VBA\articles\combobox-control-additem-method-picture-pictureposition-properties-example.md .\VBA\Language-Reference-VBA\articles\command-function.md .\VBA\Language-Reference-VBA\articles\copy-getfromclipboard-gettext-methods-dataobject-object-example.md .\VBA\Language-Reference-VBA\articles\count-property-example.md .\VBA\Language-Reference-VBA\articles\datecreated-property.md .\VBA\Language-Reference-VBA\articles\datediff-function.md .\VBA\Language-Reference-VBA\articles\datelastaccessed-property.md .\VBA\Language-Reference-VBA\articles\datelastmodified-property.md .\VBA\Language-Reference-VBA\articles\datepart-function.md .\VBA\Language-Reference-VBA\articles\dblclick-event-canpaste-property-paste-copy-methods-example.md .\VBA\Language-Reference-VBA\articles\ddb-function.md .\VBA\Language-Reference-VBA\articles\description-property-visual-basic-for-applications.md .\VBA\Language-Reference-VBA\articles\drive-object.md .\VBA\Language-Reference-VBA\articles\drive-property.md .\VBA\Language-Reference-VBA\articles\driveletter-property.md .\VBA\Language-Reference-VBA\articles\drives-collection.md .\VBA\Language-Reference-VBA\articles\drives-property.md .\VBA\Language-Reference-VBA\articles\drivetype-property.md .\VBA\Language-Reference-VBA\articles\enabled-enterfieldbehavior-sellength-selstart-seltext-properties-example.md .\VBA\Language-Reference-VBA\articles\enterkeybehavior-multiline-property-example.md .\VBA\Language-Reference-VBA\articles\enum-statement.md .\VBA\Language-Reference-VBA\articles\environ-function.md .\VBA\Language-Reference-VBA\articles\err-object.md .\VBA\Language-Reference-VBA\articles\files-collection.md .\VBA\Language-Reference-VBA\articles\files-property.md .\VBA\Language-Reference-VBA\articles\folders-collection.md .\VBA\Language-Reference-VBA\articles\fornext-statement.md .\VBA\Language-Reference-VBA\articles\freefile-function.md .\VBA\Language-Reference-VBA\articles\freespace-property.md .\VBA\Language-Reference-VBA\articles\fv-function.md .\VBA\Language-Reference-VBA\articles\getformat-gettext-settext-methods-example.md .\VBA\Language-Reference-VBA\articles\helpcontext-property-visual-basic-for-applications.md .\VBA\Language-Reference-VBA\articles\helpfile-property.md .\VBA\Language-Reference-VBA\articles\ifthenelse-statement.md .\VBA\Language-Reference-VBA\articles\index-property-example.md .\VBA\Language-Reference-VBA\articles\insideheight-insidewidth-properties-example.md .\VBA\Language-Reference-VBA\articles\invalid-type-declaration-character.md .\VBA\Language-Reference-VBA\articles\ipmt-function.md .\VBA\Language-Reference-VBA\articles\irr-function.md .\VBA\Language-Reference-VBA\articles\isready-property.md .\VBA\Language-Reference-VBA\articles\isrootfolder-property.md .\VBA\Language-Reference-VBA\articles\keypress-event-example.md .\VBA\Language-Reference-VBA\articles\lastdllerror-property.md .\VBA\Language-Reference-VBA\articles\layout-event-layouteffect-property-move-method-example.md .\VBA\Language-Reference-VBA\articles\layout-event-oldleft-oldtop-oldheight-oldwidth-properties-example.md .\VBA\Language-Reference-VBA\articles\listbox-control-additem-removeitem-methods-listindex-listcount-properties-exampl.md .\VBA\Language-Reference-VBA\articles\listbox-control-columncount-columnwidths-properties-example.md .\VBA\Language-Reference-VBA\articles\listbox-control-dataobject-object-mousemove-event-startdrag-settext-methods-exam.md .\VBA\Language-Reference-VBA\articles\listrows-property-example.md .\VBA\Language-Reference-VBA\articles\liststyle-multiselect-properties-example.md .\VBA\Language-Reference-VBA\articles\listwidth-property-example.md .\VBA\Language-Reference-VBA\articles\loc-function.md .\VBA\Language-Reference-VBA\articles\locked-dropbuttonstyle-showdropbuttonwhen-properties-example.md .\VBA\Language-Reference-VBA\articles\matchentry-property-optionbutton-control-example.md .\VBA\Language-Reference-VBA\articles\matchfound-matchrequired-properties-change-event-checkbox-control-example.md .\VBA\Language-Reference-VBA\articles\max-min-zoom-properties-frame-scrollbar-controls-example.md .\VBA\Language-Reference-VBA\articles\mirr-function.md .\VBA\Language-Reference-VBA\articles\mouseicon-mousepointer-properties-example.md .\VBA\Language-Reference-VBA\articles\multiselect-selected-properties-example.md .\VBA\Language-Reference-VBA\articles\name-property-example.md .\VBA\Language-Reference-VBA\articles\name-property-filesystemobject-object.md .\VBA\Language-Reference-VBA\articles\nper-function.md .\VBA\Language-Reference-VBA\articles\npv-function.md .\VBA\Language-Reference-VBA\articles\number-property-visual-basic-for-applications.md .\VBA\Language-Reference-VBA\articles\out-of-string-space-error-14.md .\VBA\Language-Reference-VBA\articles\page-object-multipage-control-add-clear-remove-methods-example.md .\VBA\Language-Reference-VBA\articles\page-object-pages-collection-multipage-control-selecteditem-property-example.md .\VBA\Language-Reference-VBA\articles\parentfolder-property.md .\VBA\Language-Reference-VBA\articles\paste-putinclipboard-settext-methods-example.md .\VBA\Language-Reference-VBA\articles\path-property-filesystemobject-object.md .\VBA\Language-Reference-VBA\articles\pmt-function.md .\VBA\Language-Reference-VBA\articles\ppmt-function.md .\VBA\Language-Reference-VBA\articles\put-statement.md .\VBA\Language-Reference-VBA\articles\pv-function.md .\VBA\Language-Reference-VBA\articles\rate-function.md .\VBA\Language-Reference-VBA\articles\reset-statement.md .\VBA\Language-Reference-VBA\articles\resize-event.md .\VBA\Language-Reference-VBA\articles\scrollbar-control-scroll-event-example.md .\VBA\Language-Reference-VBA\articles\selecteditem-property-tabstrip-control-tab-object-tabs-collection-example.md .\VBA\Language-Reference-VBA\articles\sendkeys-statement.md .\VBA\Language-Reference-VBA\articles\serialnumber-property.md .\VBA\Language-Reference-VBA\articles\setfocus-method-linecount-textlength-properties-example.md .\VBA\Language-Reference-VBA\articles\sharename-property.md .\VBA\Language-Reference-VBA\articles\shortname-property.md .\VBA\Language-Reference-VBA\articles\shortpath-property.md .\VBA\Language-Reference-VBA\articles\size-property-filesystemobject-object.md .\VBA\Language-Reference-VBA\articles\sln-function.md .\VBA\Language-Reference-VBA\articles\source-property-visual-basic-for-applications.md .\VBA\Language-Reference-VBA\articles\space-function.md .\VBA\Language-Reference-VBA\articles\style-property-example.md .\VBA\Language-Reference-VBA\articles\subfolders-property.md .\VBA\Language-Reference-VBA\articles\syd-function.md .\VBA\Language-Reference-VBA\articles\tag-property-example.md .\VBA\Language-Reference-VBA\articles\takefocusonclick-property-example.md .\VBA\Language-Reference-VBA\articles\textbox-control-autosize-text-properties-example.md .\VBA\Language-Reference-VBA\articles\textbox-control-setfocus-method-enterfieldbehavior-hideselection-multiline-value.md .\VBA\Language-Reference-VBA\articles\timer-function.md .\VBA\Language-Reference-VBA\articles\topindex-property-example.md .\VBA\Language-Reference-VBA\articles\totalsize-property.md .\VBA\Language-Reference-VBA\articles\type-declaration-character-required.md .\VBA\Language-Reference-VBA\articles\type-property-filesystemobject-object.md .\VBA\Language-Reference-VBA\articles\using-arrays.md .\VBA\Language-Reference-VBA\articles\using-doloop-statements.md .\VBA\Language-Reference-VBA\articles\using-fornext-statements.md .\VBA\Language-Reference-VBA\articles\val-function.md .\VBA\Language-Reference-VBA\articles\value-property-example.md .\VBA\Language-Reference-VBA\articles\volumename-property.md .\VBA\Language-Reference-VBA\articles\writing-a-function-procedure.md .\VBA\Language-Reference-VBA\articles\writing-a-sub-procedure.md .\VBA\Language-Reference-VBA\articles\writing-assignment-statements.md .\VBA\Language-Reference-VBA\articles\writing-visual-basic-statements.md .\VBA\Outlook-VBA\articles\access-the-values-of-a-multi-valued-property-in-a-table.md .\VBA\Outlook-VBA\articles\add-a-custom-folder-to-a-group-and-display-it-in-overlay-mode-by-default.md .\VBA\Outlook-VBA\articles\add-a-folder-to-the-favorite-folders-group.md .\VBA\Outlook-VBA\articles\addresslist-getcontactsfolder-method-outlook.md .\VBA\Outlook-VBA\articles\application-activeexplorer-method-outlook.md .\VBA\Outlook-VBA\articles\application-advancedsearch-method-outlook.md .\VBA\Outlook-VBA\articles\application-comaddins-property-outlook.md .\VBA\Outlook-VBA\articles\application-copyfile-method-outlook.md .\VBA\Outlook-VBA\articles\application-explorers-property-outlook.md .\VBA\Outlook-VBA\articles\application-issearchsynchronous-method-outlook.md .\VBA\Outlook-VBA\articles\application-itemsend-event-outlook.md .\VBA\Outlook-VBA\articles\application-quit-event-outlook.md .\VBA\Outlook-VBA\articles\application-reminders-property-outlook.md .\VBA\Outlook-VBA\articles\application-startup-event-outlook.md .\VBA\Outlook-VBA\articles\appointmentitem-end-property-outlook.md .\VBA\Outlook-VBA\articles\appointmentitem-getrecurrencepattern-method-outlook.md .\VBA\Outlook-VBA\articles\appointmentitem-lastmodificationtime-property-outlook.md .\VBA\Outlook-VBA\articles\appointmentitem-saveas-method-outlook.md .\VBA\Outlook-VBA\articles\attach-an-outlook-contact-item-to-an-email-message.md .\VBA\Outlook-VBA\articles\attachment-displayname-property-outlook.md .\VBA\Outlook-VBA\articles\attachment-saveasfile-method-outlook.md .\VBA\Outlook-VBA\articles\autoformatrule-filter-property-outlook.md .\VBA\Outlook-VBA\articles\calendarmodule-position-property-outlook.md .\VBA\Outlook-VBA\articles\calendarsharing-saveasical-method-outlook.md .\VBA\Outlook-VBA\articles\calendarview-displayeddates-property-outlook.md .\VBA\Outlook-VBA\articles\calendarview-selectedendtime-property-outlook.md .\VBA\Outlook-VBA\articles\calendarview-selectedstarttime-property-outlook.md .\VBA\Outlook-VBA\articles\category-categoryid-property-outlook.md .\VBA\Outlook-VBA\articles\category-color-property-outlook.md .\VBA\Outlook-VBA\articles\category-shortcutkey-property-outlook.md .\VBA\Outlook-VBA\articles\columnformat-label-property-outlook.md .\VBA\Outlook-VBA\articles\contactitem-fullname-property-outlook.md .\VBA\Outlook-VBA\articles\contactitem-lastmodificationtime-property-outlook.md .\VBA\Outlook-VBA\articles\contactitem-saveas-method-outlook.md .\VBA\Outlook-VBA\articles\contactitem-userproperties-property-outlook.md .\VBA\Outlook-VBA\articles\conversation-getalwaysmovetofolder-method-outlook.md .\VBA\Outlook-VBA\articles\conversation-gettable-method-outlook.md .\VBA\Outlook-VBA\articles\distlistitem-getmember-method-outlook.md .\VBA\Outlook-VBA\articles\distlistitem-lastmodificationtime-property-outlook.md .\VBA\Outlook-VBA\articles\distlistitem-membercount-property-outlook.md .\VBA\Outlook-VBA\articles\distlistitem-removemember-method-outlook.md .\VBA\Outlook-VBA\articles\distlistitem-removemembers-method-outlook.md .\VBA\Outlook-VBA\articles\distlistitem-saveas-method-outlook.md .\VBA\Outlook-VBA\articles\documentitem-lastmodificationtime-property-outlook.md .\VBA\Outlook-VBA\articles\enumerate-active-folders-in-the-calendar-view.md .\VBA\Outlook-VBA\articles\exception-appointmentitem-property-outlook.md .\VBA\Outlook-VBA\articles\exception-originaldate-property-outlook.md .\VBA\Outlook-VBA\articles\exchangeuser-getfreebusy-method-outlook.md .\VBA\Outlook-VBA\articles\explorer-beforeitempaste-event-outlook.md .\VBA\Outlook-VBA\articles\explorer-beforeviewswitch-event-outlook.md .\VBA\Outlook-VBA\articles\explorer-navigationpane-property-outlook.md .\VBA\Outlook-VBA\articles\explorer-selection-property-outlook.md .\VBA\Outlook-VBA\articles\explorer-selectionchange-event-outlook.md .\VBA\Outlook-VBA\articles\export-a-calendar-using-payload-sharing.md .\VBA\Outlook-VBA\articles\filter-items-that-do-not-have-categories.md .\VBA\Outlook-VBA\articles\filter-the-body-of-a-mail-item.md .\VBA\Outlook-VBA\articles\filtering-a-custom-field.md .\VBA\Outlook-VBA\articles\filtering-items-using-a-boolean-comparison.md .\VBA\Outlook-VBA\articles\filtering-items-using-a-comparison-with-a-keywords-property.md .\VBA\Outlook-VBA\articles\filtering-items-using-a-date-time-comparison.md .\VBA\Outlook-VBA\articles\filtering-items-using-a-string-comparison.md .\VBA\Outlook-VBA\articles\filtering-items-using-a-variable.md .\VBA\Outlook-VBA\articles\filtering-items-using-an-integer-comparison.md .\VBA\Outlook-VBA\articles\filtering-items-using-query-keywords.md .\VBA\Outlook-VBA\articles\folder-addressbookname-property-outlook.md .\VBA\Outlook-VBA\articles\folder-currentview-property-outlook.md .\VBA\Outlook-VBA\articles\folder-customviewsonly-property-outlook.md .\VBA\Outlook-VBA\articles\folder-folderpath-property-outlook.md .\VBA\Outlook-VBA\articles\folder-items-property-outlook.md .\VBA\Outlook-VBA\articles\folders-folderchange-event-outlook.md .\VBA\Outlook-VBA\articles\formdescription-scripttext-property-outlook.md .\VBA\Outlook-VBA\articles\how-to-accept-user-input-and-display-the-values-of-controls-on-a-form.md .\VBA\Outlook-VBA\articles\how-to-access-a-page-in-a-multipage-control.md .\VBA\Outlook-VBA\articles\how-to-access-a-tab-in-a-tabstrip-control.md .\VBA\Outlook-VBA\articles\how-to-add-a-control-to-a-page.md .\VBA\Outlook-VBA\articles\how-to-add-and-remove-items-from-a-list-box.md .\VBA\Outlook-VBA\articles\how-to-allow-multiple-selections-in-a-list-box.md .\VBA\Outlook-VBA\articles\how-to-change-the-column-widths-of-a-multi-column-list-box.md .\VBA\Outlook-VBA\articles\how-to-change-the-order-of-pages-and-tabs.md .\VBA\Outlook-VBA\articles\how-to-control-character-matching-in-a-combo-box-and-list-box.md .\VBA\Outlook-VBA\articles\how-to-control-the-style-and-selection-behavior-of-a-list-box.md .\VBA\Outlook-VBA\articles\how-to-control-the-text-box-behavior-on-clicking-enter.md .\VBA\Outlook-VBA\articles\how-to-display-the-name-of-each-control-on-a-page.md .\VBA\Outlook-VBA\articles\how-to-display-the-number-of-pages-and-tabs-in-multipage-and-tabstrip-controls-o.md .\VBA\Outlook-VBA\articles\how-to-set-entry-matching-in-a-combo-box.md .\VBA\Outlook-VBA\articles\how-to-set-the-input-style-for-a-combo-box.md .\VBA\Outlook-VBA\articles\how-to-set-the-item-at-the-top-of-a-list-and-the-item-that-has-focus-in-the-list.md .\VBA\Outlook-VBA\articles\how-to-set-the-number-of-lines-and-the-length-of-input-in-a-text-box.md .\VBA\Outlook-VBA\articles\how-to-set-the-width-of-the-drop-down-list-of-a-combo-box.md .\VBA\Outlook-VBA\articles\how-to-specify-additional-information-for-a-control.md .\VBA\Outlook-VBA\articles\how-to-specify-the-number-of-rows-in-a-combo-box.md .\VBA\Outlook-VBA\articles\identify-the-global-address-list-or-a-set-of-address-lists-with-a-store.md .\VBA\Outlook-VBA\articles\import-saved-items-using-openshareditem.md .\VBA\Outlook-VBA\articles\inspector-editortype-property-outlook.md .\VBA\Outlook-VBA\articles\inspectors-add-method-outlook.md .\VBA\Outlook-VBA\articles\itemproperty-isuserproperty-property-outlook.md .\VBA\Outlook-VBA\articles\items-find-method-outlook.md .\VBA\Outlook-VBA\articles\items-findnext-method-outlook.md .\VBA\Outlook-VBA\articles\items-includerecurrences-property-outlook.md .\VBA\Outlook-VBA\articles\items-restrict-method-outlook.md .\VBA\Outlook-VBA\articles\items-setcolumns-method-outlook.md .\VBA\Outlook-VBA\articles\items-sort-method-outlook.md .\VBA\Outlook-VBA\articles\journalitem-lastmodificationtime-property-outlook.md .\VBA\Outlook-VBA\articles\journalitem-saveas-method-outlook.md .\VBA\Outlook-VBA\articles\mailitem-attachmentadd-event-outlook.md .\VBA\Outlook-VBA\articles\mailitem-beforeattachmentsave-event-outlook.md .\VBA\Outlook-VBA\articles\mailitem-internetcodepage-property-outlook.md .\VBA\Outlook-VBA\articles\mailitem-isconflict-property-outlook.md .\VBA\Outlook-VBA\articles\mailitem-itemproperties-property-outlook.md .\VBA\Outlook-VBA\articles\mailitem-lastmodificationtime-property-outlook.md .\VBA\Outlook-VBA\articles\mailitem-saveas-method-outlook.md .\VBA\Outlook-VBA\articles\meetingitem-lastmodificationtime-property-outlook.md .\VBA\Outlook-VBA\articles\namespace-addstore-method-outlook.md .\VBA\Outlook-VBA\articles\namespace-addstoreex-method-outlook.md .\VBA\Outlook-VBA\articles\namespace-autodiscovercomplete-event-outlook.md .\VBA\Outlook-VBA\articles\namespace-autodiscoverconnectionmode-property-outlook.md .\VBA\Outlook-VBA\articles\namespace-autodiscoverxml-property-outlook.md .\VBA\Outlook-VBA\articles\namespace-categories-property-outlook.md .\VBA\Outlook-VBA\articles\namespace-compareentryids-method-outlook.md .\VBA\Outlook-VBA\articles\namespace-getrecipientfromid-method-outlook.md .\VBA\Outlook-VBA\articles\namespace-opensharedfolder-method-outlook.md .\VBA\Outlook-VBA\articles\namespace-syncobjects-property-outlook.md .\VBA\Outlook-VBA\articles\noteitem-lastmodificationtime-property-outlook.md .\VBA\Outlook-VBA\articles\noteitem-saveas-method-outlook.md .\VBA\Outlook-VBA\articles\obtain-the-e-mail-address-of-a-recipient.md .\VBA\Outlook-VBA\articles\orderfield-viewxmlschemaname-property-outlook.md .\VBA\Outlook-VBA\articles\outlookbarpane-contents-property-outlook.md .\VBA\Outlook-VBA\articles\outlookbarshortcut-target-property-outlook.md .\VBA\Outlook-VBA\articles\outlookbarshortcuts-shortcutadd-event-outlook.md .\VBA\Outlook-VBA\articles\outlookbarstorage-groups-property-outlook.md .\VBA\Outlook-VBA\articles\postitem-lastmodificationtime-property-outlook.md .\VBA\Outlook-VBA\articles\postitem-saveas-method-outlook.md .\VBA\Outlook-VBA\articles\propertyaccessor-binarytostring-method-outlook.md .\VBA\Outlook-VBA\articles\propertyaccessor-setproperties-method-outlook.md .\VBA\Outlook-VBA\articles\propertyaccessor-setproperty-method-outlook.md .\VBA\Outlook-VBA\articles\put-a-list-of-fields-and-values-in-the-message-body.md .\VBA\Outlook-VBA\articles\recurrencepattern-exceptions-property-outlook.md .\VBA\Outlook-VBA\articles\recurrencepattern-getoccurrence-method-outlook.md .\VBA\Outlook-VBA\articles\reminder-nextreminderdate-property-outlook.md .\VBA\Outlook-VBA\articles\reminder-originalreminderdate-property-outlook.md .\VBA\Outlook-VBA\articles\reminders-reminderadd-event-outlook.md .\VBA\Outlook-VBA\articles\reminders-reminderchange-event-outlook.md .\VBA\Outlook-VBA\articles\reminders-snooze-event-outlook.md .\VBA\Outlook-VBA\articles\remoteitem-lastmodificationtime-property-outlook.md .\VBA\Outlook-VBA\articles\reportitem-lastmodificationtime-property-outlook.md .\VBA\Outlook-VBA\articles\search-filter-property-outlook.md .\VBA\Outlook-VBA\articles\search-scope-property-outlook.md .\VBA\Outlook-VBA\articles\search-searchsubfolders-property-outlook.md .\VBA\Outlook-VBA\articles\search-tag-property-outlook.md .\VBA\Outlook-VBA\articles\search-the-calendar-for-appointments-that-occur-partially-or-entirely-in-a-given.md .\VBA\Outlook-VBA\articles\search-the-inbox-for-items-with-subject-containing-office.md .\VBA\Outlook-VBA\articles\selection-item-method-outlook.md .\VBA\Outlook-VBA\articles\send-a-sharing-invitation-for-a-calendar.md .\VBA\Outlook-VBA\articles\send-a-sharing-invitation-for-an-rss-feed.md .\VBA\Outlook-VBA\articles\set-a-module-as-the-currently-selected-module-in-the-navigation-pane.md .\VBA\Outlook-VBA\articles\setting-items-for-follow-up.md .\VBA\Outlook-VBA\articles\share-contact-information-including-the-business-card.md .\VBA\Outlook-VBA\articles\sharingitem-lastmodificationtime-property-outlook.md .\VBA\Outlook-VBA\articles\sharingitem-saveas-method-outlook.md .\VBA\Outlook-VBA\articles\store-categories-property-outlook.md .\VBA\Outlook-VBA\articles\store-isinstantsearchenabled-property-outlook.md .\VBA\Outlook-VBA\articles\syncobject-onerror-event-outlook.md .\VBA\Outlook-VBA\articles\syncobject-start-method-outlook.md .\VBA\Outlook-VBA\articles\syncobject-stop-method-outlook.md .\VBA\Outlook-VBA\articles\table-getarray-method-outlook.md .\VBA\Outlook-VBA\articles\table-restrict-method-outlook.md .\VBA\Outlook-VBA\articles\taskitem-attachmentadd-event-outlook.md .\VBA\Outlook-VBA\articles\taskitem-lastmodificationtime-property-outlook.md .\VBA\Outlook-VBA\articles\taskitem-saveas-method-outlook.md .\VBA\Outlook-VBA\articles\taskrequestacceptitem-lastmodificationtime-property-outlook.md .\VBA\Outlook-VBA\articles\taskrequestdeclineitem-lastmodificationtime-property-outlook.md .\VBA\Outlook-VBA\articles\taskrequestitem-lastmodificationtime-property-outlook.md .\VBA\Outlook-VBA\articles\taskrequestupdateitem-lastmodificationtime-property-outlook.md .\VBA\Outlook-VBA\articles\unsupported-properties-in-a-table-object-or-table-filter.md .\VBA\Outlook-VBA\articles\use-current-user-properties-from-the-microsoft-exchange-server-global-address-li.md .\VBA\Outlook-VBA\articles\userdefinedproperty-type-property-outlook.md .\VBA\Outlook-VBA\articles\userproperty-formula-property-outlook.md .\VBA\Outlook-VBA\articles\userproperty-validationformula-property-outlook.md .\VBA\Outlook-VBA\articles\userproperty-validationtext-property-outlook.md .\VBA\Outlook-VBA\articles\view-viewtype-property-outlook.md .\VBA\Outlook-VBA\articles\viewfield-columnformat-property-outlook.md .\VBA\Outlook-VBA\articles\viewfield-viewxmlschemaname-property-outlook.md .\VBA\Outlook-VBA\articles\views-viewadd-event-outlook.md .\VBA\Outlook-VBA\articles\views-viewremove-event-outlook.md .\VBA\Outlook-VBA\articles\working-with-forms-in-the-visual-basic-editor.md .\VBA\PowerPoint-VBA\articles\actionsetting-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\actionsettings-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\addin-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\addins-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\adjustments-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\adjustments-creator-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\animationbehavior-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\animationbehaviors-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\animationpoint-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\animationpoints-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\animationsettings-animatebackground-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\animationsettings-animatetextinreverse-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\animationsettings-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\animationsettings-dimcolor-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\application-activepresentation-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\application-activeprinter-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\application-activeprotectedviewwindow-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\application-addins-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\application-colorschemechanged-event-powerpoint.md .\VBA\PowerPoint-VBA\articles\application-creator-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\application-featureinstall-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\application-openthemefile-method-powerpoint.md .\VBA\PowerPoint-VBA\articles\application-path-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\application-presentationbeforesave-event-powerpoint.md .\VBA\PowerPoint-VBA\articles\application-presentationclose-event-powerpoint.md .\VBA\PowerPoint-VBA\articles\application-presentationsave-event-powerpoint.md .\VBA\PowerPoint-VBA\articles\application-presentationsync-event-powerpoint.md .\VBA\PowerPoint-VBA\articles\application-version-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\application-windowdeactivate-event-powerpoint.md .\VBA\PowerPoint-VBA\articles\borders-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\bulletformat-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\calloutformat-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\calloutformat-creator-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\cell-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\cellrange-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\coloreffect-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\colorformat-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\colorformat-creator-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\colorscheme-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\colorschemes-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\column-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\column-cells-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\columns-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\columns-object-powerpoint.md .\VBA\PowerPoint-VBA\articles\commandeffect-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\comment-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\comment-author-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\comment-authorindex-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\comment-authorinitials-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\comment-datetime-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\comment-object-powerpoint.md .\VBA\PowerPoint-VBA\articles\comments-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\comments-object-powerpoint.md .\VBA\PowerPoint-VBA\articles\connectorformat-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\connectorformat-creator-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\design-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\design-index-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\designs-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\designs-load-method-powerpoint.md .\VBA\PowerPoint-VBA\articles\documentwindow-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\documentwindows-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\effect-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\effect-index-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\effectinformation-animatetextinreverse-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\effectinformation-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\effectparameters-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\effectparameters-color2-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\effectparameters-relative-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\extracolors-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\fileconverter-canopen-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\fileconverter-cansave-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\fileconverter-classname-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\fileconverter-extensions-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\fillformat-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\fillformat-creator-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\filtereffect-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\font-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\font-embeddable-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\font-embedded-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\fonts-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\freeformbuilder-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\freeformbuilder-creator-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\groupshapes-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\groupshapes-creator-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\headerfooter-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\headersfooters-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\hyperlink-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\hyperlinks-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\lineformat-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\lineformat-creator-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\linkformat-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\master-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\master-shapes-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\motioneffect-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\namedslideshow-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\namedslideshows-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\objectverbs-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\oleformat-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\pagesetup-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\pane-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\panes-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\paragraphformat-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\paragraphformat-lineruleafter-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\paragraphformat-linerulebefore-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\paragraphformat-linerulewithin-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\pictureformat-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\pictureformat-creator-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\pictureformat-cropbottom-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\pictureformat-cropleft-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\pictureformat-cropright-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\pictureformat-croptop-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\placeholderformat-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\placeholders-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\placeholders-object-powerpoint.md .\VBA\PowerPoint-VBA\articles\playsettings-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\presentation-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\presentation-applytemplate-method-powerpoint.md .\VBA\PowerPoint-VBA\articles\presentation-applytemplate2-method-powerpoint.md .\VBA\PowerPoint-VBA\articles\presentation-builtindocumentproperties-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\presentation-cancheckin-method-powerpoint.md .\VBA\PowerPoint-VBA\articles\presentation-checkin-method-powerpoint.md .\VBA\PowerPoint-VBA\articles\presentation-checkinwithversion-method-powerpoint.md .\VBA\PowerPoint-VBA\articles\presentation-designs-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\presentation-merge-method-powerpoint.md .\VBA\PowerPoint-VBA\articles\presentation-path-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\presentation-signatures-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\presentation-sync-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\presentation-tags-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\presentation-templatename-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\presentation-vbasigned-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\presentations-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\presentations-cancheckout-method-powerpoint.md .\VBA\PowerPoint-VBA\articles\presentations-checkout-method-powerpoint.md .\VBA\PowerPoint-VBA\articles\printoptions-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\printrange-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\printrange-end-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\printrange-object-powerpoint.md .\VBA\PowerPoint-VBA\articles\printrange-start-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\printranges-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\printranges-object-powerpoint.md .\VBA\PowerPoint-VBA\articles\propertyeffect-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\publishobject-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\publishobject-slideshowname-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\publishobjects-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\rgbcolor-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\rgbcolor-rgb-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\rotationeffect-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\row-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\row-cells-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\rows-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\ruler-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\rulerlevel-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\rulerlevels-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\scaleeffect-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\selection-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\sequence-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\sequences-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\seteffect-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\shadowformat-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\shadowformat-creator-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\shape-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\shape-creator-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\shape-placeholderformat-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\shape-tags-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\shape-vertices-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\shapenode-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\shapenode-creator-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\shapenodes-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\shapenodes-creator-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\shaperange-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\shaperange-creator-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\shaperange-placeholderformat-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\shaperange-tags-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\shaperange-vertices-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\shapes-addpicture-method-powerpoint.md .\VBA\PowerPoint-VBA\articles\shapes-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\shapes-creator-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\slide-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\slide-applytemplate2-method-powerpoint.md .\VBA\PowerPoint-VBA\articles\slide-export-method-powerpoint.md .\VBA\PowerPoint-VBA\articles\slide-shapes-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\slide-tags-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\sliderange-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\sliderange-applytemplate2-method-powerpoint.md .\VBA\PowerPoint-VBA\articles\sliderange-shapes-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\sliderange-tags-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\slides-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\slideshowsettings-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\slideshowtransition-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\slideshowview-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\slideshowview-isnamedshow-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\slideshowview-slideshowname-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\slideshowwindow-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\slideshowwindows-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\soundeffect-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\table-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\table-columns-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\tabstop-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\tabstops-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\tags-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\tags-name-method-powerpoint.md .\VBA\PowerPoint-VBA\articles\tags-value-method-powerpoint.md .\VBA\PowerPoint-VBA\articles\texteffectformat-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\texteffectformat-creator-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\textframe-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\textframe-creator-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\textframe2-creator-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\textrange-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\textrange-trimtext-method-powerpoint.md .\VBA\PowerPoint-VBA\articles\textstyle-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\textstylelevel-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\textstylelevels-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\textstyles-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\theme-object-powerpoint.md .\VBA\PowerPoint-VBA\articles\theme-themevariants-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\themevariant-id-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\themevariant-name-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\themevariant-object-powerpoint.md .\VBA\PowerPoint-VBA\articles\themevariants-object-powerpoint.md .\VBA\PowerPoint-VBA\articles\threedformat-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\threedformat-creator-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\timeline-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\timing-application-property-powerpoint.md .\VBA\PowerPoint-VBA\articles\use-control-values-while-code-is-running.md .\VBA\PowerPoint-VBA\articles\view-application-property-powerpoint.md .\VBA\Project-VBA\articles\application-activeproject-property-project.md .\VBA\Project-VBA\articles\application-addresourcesfromprojectserver-method-project.md .\VBA\Project-VBA\articles\application-addsitecolumn-method-project.md .\VBA\Project-VBA\articles\application-aligntablecellbottom-method-project.md .\VBA\Project-VBA\articles\application-aligntablecelltop-method-project.md .\VBA\Project-VBA\articles\application-aligntablecellverticalcenter-method-project.md .\VBA\Project-VBA\articles\application-applyreport-method-project.md .\VBA\Project-VBA\articles\application-boxcelleditex-method-project.md .\VBA\Project-VBA\articles\application-boxcelllayout-method-project.md .\VBA\Project-VBA\articles\application-boxformatex-method-project.md .\VBA\Project-VBA\articles\application-boxlayoutex-method-project.md .\VBA\Project-VBA\articles\application-boxlinksex-method-project.md .\VBA\Project-VBA\articles\application-boxstyleseditex-method-project.md .\VBA\Project-VBA\articles\application-calendarbarstyleseditex-method-project.md .\VBA\Project-VBA\articles\application-calendardateboxesex-method-project.md .\VBA\Project-VBA\articles\application-calendardateshadingedit-method-project.md .\VBA\Project-VBA\articles\application-calendardateshadingeditex-method-project.md .\VBA\Project-VBA\articles\application-changecolumndatatype-method-project.md .\VBA\Project-VBA\articles\application-compareprojectversions-method-project.md .\VBA\Project-VBA\articles\application-consolidateprojects-method-project.md .\VBA\Project-VBA\articles\application-createcomparisonreport-method-project.md .\VBA\Project-VBA\articles\application-deletefromdatabase-method-project.md .\VBA\Project-VBA\articles\application-detailstylesformatex-method-project.md .\VBA\Project-VBA\articles\application-editclearhyperlink-method-project.md .\VBA\Project-VBA\articles\application-editcopypicture-method-project.md .\VBA\Project-VBA\articles\application-edithyperlink-method-project.md .\VBA\Project-VBA\articles\application-editpastespecial-method-project.md .\VBA\Project-VBA\articles\application-edittpstyle-method-project.md .\VBA\Project-VBA\articles\application-fieldconstanttofieldname-method-project.md .\VBA\Project-VBA\articles\application-fieldnametofieldconstant-method-project.md .\VBA\Project-VBA\articles\application-fileopenusingbackstage-method-project.md .\VBA\Project-VBA\articles\application-filepagesetupcalendar-method-project.md .\VBA\Project-VBA\articles\application-filepagesetupcalendartext-method-project.md .\VBA\Project-VBA\articles\application-filepagesetupcalendartextex-method-project.md .\VBA\Project-VBA\articles\application-filepagesetupfooter-method-project.md .\VBA\Project-VBA\articles\application-filepagesetupheader-method-project.md .\VBA\Project-VBA\articles\application-filepagesetuplegend-method-project.md .\VBA\Project-VBA\articles\application-filepagesetuplegendex-method-project.md .\VBA\Project-VBA\articles\application-filesaveworkspace-method-project.md .\VBA\Project-VBA\articles\application-font32ex-method-project.md .\VBA\Project-VBA\articles\application-ganttbareditex-method-project.md .\VBA\Project-VBA\articles\application-ganttbarformat-method-project.md .\VBA\Project-VBA\articles\application-ganttbarformatex-method-project.md .\VBA\Project-VBA\articles\application-ganttbarlinks-method-project.md .\VBA\Project-VBA\articles\application-ganttbarsize-method-project.md .\VBA\Project-VBA\articles\application-getcachestatusforproject-property-project.md .\VBA\Project-VBA\articles\application-getprojectserverversion-method-project.md .\VBA\Project-VBA\articles\application-globalbasecalendars-property-project.md .\VBA\Project-VBA\articles\application-globalreports-property-project.md .\VBA\Project-VBA\articles\application-gridlinesedit-method-project.md .\VBA\Project-VBA\articles\application-gridlineseditex-method-project.md .\VBA\Project-VBA\articles\application-inserthyperlink-method-project.md .\VBA\Project-VBA\articles\application-ischeckedout-property-project.md .\VBA\Project-VBA\articles\application-iscommandenabled-method-project.md .\VBA\Project-VBA\articles\application-layoutselectionnow-method-project.md .\VBA\Project-VBA\articles\application-maillogoff-method-project.md .\VBA\Project-VBA\articles\application-openundotransaction-method-project.md .\VBA\Project-VBA\articles\application-openxml-method-project.md .\VBA\Project-VBA\articles\application-pastesourceformatting-method-project.md .\VBA\Project-VBA\articles\application-projectbeforeclearbaseline-event-project.md .\VBA\Project-VBA\articles\application-projectbeforetaskchange-event-project.md .\VBA\Project-VBA\articles\application-projectcheckout-method-project.md .\VBA\Project-VBA\articles\application-projects-property-project.md .\VBA\Project-VBA\articles\application-projecttasknew-event-project.md .\VBA\Project-VBA\articles\application-reportprint-method-project.md .\VBA\Project-VBA\articles\application-resourceassignment-method-project.md .\VBA\Project-VBA\articles\application-resourcegraphbarstylesex-method-project.md .\VBA\Project-VBA\articles\application-restoresheetselection-method-project.md .\VBA\Project-VBA\articles\application-savesheetselection-method-project.md .\VBA\Project-VBA\articles\application-segmentbordercolor-method-project.md .\VBA\Project-VBA\articles\application-segmentfillcolor-method-project.md .\VBA\Project-VBA\articles\application-selectbeginning-method-project.md .\VBA\Project-VBA\articles\application-selectcell-method-project.md .\VBA\Project-VBA\articles\application-selectcelldown-method-project.md .\VBA\Project-VBA\articles\application-selectcolumn-method-project.md .\VBA\Project-VBA\articles\application-selectionextend-method-project.md .\VBA\Project-VBA\articles\application-selectrange-method-project.md .\VBA\Project-VBA\articles\application-selectresourcecell-method-project.md .\VBA\Project-VBA\articles\application-selectresourcecolumn-method-project.md .\VBA\Project-VBA\articles\application-selectresourcefield-method-project.md .\VBA\Project-VBA\articles\application-selectrow-method-project.md .\VBA\Project-VBA\articles\application-selecttaskfield-method-project.md .\VBA\Project-VBA\articles\application-setmatchingfield-method-project.md .\VBA\Project-VBA\articles\application-settaskfield-method-project.md .\VBA\Project-VBA\articles\application-timescalenonworking-method-project.md .\VBA\Project-VBA\articles\application-timescalenonworkingex-method-project.md .\VBA\Project-VBA\articles\application-usageviewentryex-method-project.md .\VBA\Project-VBA\articles\application-webopenhyperlink-method-project.md .\VBA\Project-VBA\articles\application-zoomreport-method-project.md .\VBA\Project-VBA\articles\assignment-actualcost-property-project.md .\VBA\Project-VBA\articles\assignment-notes-property-project.md .\VBA\Project-VBA\articles\assignment-overallocated-property-project.md .\VBA\Project-VBA\articles\assignment-peak-property-project.md .\VBA\Project-VBA\articles\assignment-startvariance-property-project.md .\VBA\Project-VBA\articles\assignments-count-property-project.md .\VBA\Project-VBA\articles\cell-resource-property-project.md .\VBA\Project-VBA\articles\cell-task-property-project.md .\VBA\Project-VBA\articles\chart-applycustomtype-method-project.md .\VBA\Project-VBA\articles\chart-chartgroups-property-project.md .\VBA\Project-VBA\articles\chart-delete-method-project.md .\VBA\Project-VBA\articles\chart-export-method-project.md .\VBA\Project-VBA\articles\chart-getchartelement-method-project.md .\VBA\Project-VBA\articles\chart-seriescollection-method-project.md .\VBA\Project-VBA\articles\chart-sidewall-property-project.md .\VBA\Project-VBA\articles\chart-walls-property-project.md .\VBA\Project-VBA\articles\costratetable-payrates-property-project.md .\VBA\Project-VBA\articles\filters-count-property-project.md .\VBA\Project-VBA\articles\group2-groupcriteria-property-project.md .\VBA\Project-VBA\articles\groupcriteria-count-property-project.md .\VBA\Project-VBA\articles\groups-count-property-project.md .\VBA\Project-VBA\articles\list-count-property-project.md .\VBA\Project-VBA\articles\lookuptable-count-property-project.md .\VBA\Project-VBA\articles\lookuptableentry-fullname-property-project.md .\VBA\Project-VBA\articles\month-count-property-project.md .\VBA\Project-VBA\articles\months-count-property-project.md .\VBA\Project-VBA\articles\outlinecodes-count-property-project.md .\VBA\Project-VBA\articles\overallocatedassignments-item-property-project.md .\VBA\Project-VBA\articles\payrates-count-property-project.md .\VBA\Project-VBA\articles\period-count-property-project.md .\VBA\Project-VBA\articles\project-change-event-project.md .\VBA\Project-VBA\articles\project-checkoutproject-method-project.md .\VBA\Project-VBA\articles\project-creationdate-property-project.md .\VBA\Project-VBA\articles\project-currentfilter-property-project.md .\VBA\Project-VBA\articles\project-currenttable-property-project.md .\VBA\Project-VBA\articles\project-currentview-property-project.md .\VBA\Project-VBA\articles\project-customdocumentproperties-property-project.md .\VBA\Project-VBA\articles\project-fullname-property-project.md .\VBA\Project-VBA\articles\project-haspassword-property-project.md .\VBA\Project-VBA\articles\project-ischeckoutosvisible-property-project.md .\VBA\Project-VBA\articles\project-lastsavedby-property-project.md .\VBA\Project-VBA\articles\project-levelfromdate-property-project.md .\VBA\Project-VBA\articles\project-leveltodate-property-project.md .\VBA\Project-VBA\articles\project-makeserverurltrusted-method-project.md .\VBA\Project-VBA\articles\project-open-event-project.md .\VBA\Project-VBA\articles\project-outlinechildren-property-project.md .\VBA\Project-VBA\articles\project-projectguidecontent-property-project.md .\VBA\Project-VBA\articles\project-projectguideusedefaultcontent-property-project.md .\VBA\Project-VBA\articles\project-projectnotes-property-project.md .\VBA\Project-VBA\articles\project-projectsummarytask-property-project.md .\VBA\Project-VBA\articles\project-readonly-property-project.md .\VBA\Project-VBA\articles\project-reportlist-property-project.md .\VBA\Project-VBA\articles\project-reports-property-project.md .\VBA\Project-VBA\articles\project-resourcefilterlist-property-project.md .\VBA\Project-VBA\articles\project-resourcegrouplist-property-project.md .\VBA\Project-VBA\articles\project-resourcetablelist-property-project.md .\VBA\Project-VBA\articles\project-resourceviewlist-property-project.md .\VBA\Project-VBA\articles\project-setcustomui-method-project.md .\VBA\Project-VBA\articles\project-spreadpercentcompletetostatusdate-property-project.md .\VBA\Project-VBA\articles\project-statusdate-property-project.md .\VBA\Project-VBA\articles\project-taskfilterlist-property-project.md .\VBA\Project-VBA\articles\project-tasks-property-project.md .\VBA\Project-VBA\articles\project-tasktablelist-property-project.md .\VBA\Project-VBA\articles\project-taskviewlist-property-project.md .\VBA\Project-VBA\articles\project-template-property-project.md .\VBA\Project-VBA\articles\project-type-property-project.md .\VBA\Project-VBA\articles\report-apply-method-project.md .\VBA\Project-VBA\articles\report-delete-method-project.md .\VBA\Project-VBA\articles\report-index-property-project.md .\VBA\Project-VBA\articles\report-name-property-project.md .\VBA\Project-VBA\articles\report-shapes-property-project.md .\VBA\Project-VBA\articles\reports-add-method-project.md .\VBA\Project-VBA\articles\reports-copy-method-project.md .\VBA\Project-VBA\articles\reports-ispresent-method-project.md .\VBA\Project-VBA\articles\reporttable-getcelltext-method-project.md .\VBA\Project-VBA\articles\reporttemplate-templatepath-property-project.md .\VBA\Project-VBA\articles\reporttemplate-templatetype-property-project.md .\VBA\Project-VBA\articles\resource-availabilities-property-project.md .\VBA\Project-VBA\articles\resource-costperuse-property-project.md .\VBA\Project-VBA\articles\resource-costratetables-property-project.md .\VBA\Project-VBA\articles\resource-group-property-project.md .\VBA\Project-VBA\articles\resource-groupbysummary-property-project.md .\VBA\Project-VBA\articles\resource-initials-property-project.md .\VBA\Project-VBA\articles\resource-notes-property-project.md .\VBA\Project-VBA\articles\resource-overallocated-property-project.md .\VBA\Project-VBA\articles\resource-payrates-property-project.md .\VBA\Project-VBA\articles\resource-setfield-method-project.md .\VBA\Project-VBA\articles\selection-tasks-property-project.md .\VBA\Project-VBA\articles\shape-apply-method-project.md .\VBA\Project-VBA\articles\shape-duplicate-method-project.md .\VBA\Project-VBA\articles\shape-pickup-method-project.md .\VBA\Project-VBA\articles\shape-texteffect-property-project.md .\VBA\Project-VBA\articles\shape-textframe2-property-project.md .\VBA\Project-VBA\articles\shaperange-apply-method-project.md .\VBA\Project-VBA\articles\shaperange-pickup-method-project.md .\VBA\Project-VBA\articles\shaperange-texteffect-property-project.md .\VBA\Project-VBA\articles\shaperange-textframe2-property-project.md .\VBA\Project-VBA\articles\shapes-addcallout-method-project.md .\VBA\Project-VBA\articles\shapes-addconnector-method-project.md .\VBA\Project-VBA\articles\shapes-addcurve-method-project.md .\VBA\Project-VBA\articles\shapes-addlabel-method-project.md .\VBA\Project-VBA\articles\shapes-addline-method-project.md .\VBA\Project-VBA\articles\shapes-addpolyline-method-project.md .\VBA\Project-VBA\articles\shapes-addshape-method-project.md .\VBA\Project-VBA\articles\shapes-addtable-method-project.md .\VBA\Project-VBA\articles\shapes-addtextbox-method-project.md .\VBA\Project-VBA\articles\startdriver-suggestions-property-project.md .\VBA\Project-VBA\articles\startdriver-warnings-property-project.md .\VBA\Project-VBA\articles\subproject-readonly-property-project.md .\VBA\Project-VBA\articles\table-tablefields-property-project.md .\VBA\Project-VBA\articles\task-actualcost-property-project.md .\VBA\Project-VBA\articles\task-actualfinish-property-project.md .\VBA\Project-VBA\articles\task-actualovertimecost-property-project.md .\VBA\Project-VBA\articles\task-actualovertimework-property-project.md .\VBA\Project-VBA\articles\task-getfield-method-project.md .\VBA\Project-VBA\articles\task-groupbysummary-property-project.md .\VBA\Project-VBA\articles\task-name-property-project.md .\VBA\Project-VBA\articles\task-notes-property-project.md .\VBA\Project-VBA\articles\task-outlinechildren-property-project.md .\VBA\Project-VBA\articles\task-outlineparent-property-project.md .\VBA\Project-VBA\articles\task-overallocated-property-project.md .\VBA\Project-VBA\articles\task-pathdrivensuccessor-property-project.md .\VBA\Project-VBA\articles\task-pathdrivingpredecessor-property-project.md .\VBA\Project-VBA\articles\task-pathpredecessor-property-project.md .\VBA\Project-VBA\articles\task-pathsuccessor-property-project.md .\VBA\Project-VBA\articles\task-preleveledfinish-property-project.md .\VBA\Project-VBA\articles\task-remainingovertimecost-property-project.md .\VBA\Project-VBA\articles\task-setfield-method-project.md .\VBA\Project-VBA\articles\task-split-method-project.md .\VBA\Project-VBA\articles\task-splitparts-property-project.md .\VBA\Project-VBA\articles\task-startvariance-property-project.md .\VBA\Project-VBA\articles\task-summary-property-project.md .\VBA\Project-VBA\articles\task-taskdependencies-property-project.md .\VBA\Project-VBA\articles\task-wbspredecessors-property-project.md .\VBA\Project-VBA\articles\task-wbssuccessors-property-project.md .\VBA\Project-VBA\articles\using-events-with-application-and-project-objects.md .\VBA\Publisher-VBA\articles\adjustments-application-property-publisher.md .\VBA\Publisher-VBA\articles\adjustments-count-property-publisher.md .\VBA\Publisher-VBA\articles\advancedprintoptions-application-property-publisher.md .\VBA\Publisher-VBA\articles\application-activedocument-property-publisher.md .\VBA\Publisher-VBA\articles\application-afterprint-event-publisher.md .\VBA\Publisher-VBA\articles\application-application-property-publisher.md .\VBA\Publisher-VBA\articles\application-beforeprint-event-publisher.md .\VBA\Publisher-VBA\articles\application-build-property-publisher.md .\VBA\Publisher-VBA\articles\application-centimeterstopoints-method-publisher.md .\VBA\Publisher-VBA\articles\application-colorschemes-property-publisher.md .\VBA\Publisher-VBA\articles\application-documentbeforeclose-event-publisher.md .\VBA\Publisher-VBA\articles\application-documentopen-event-publisher.md .\VBA\Publisher-VBA\articles\application-documents-property-publisher.md .\VBA\Publisher-VBA\articles\application-emustopoints-method-publisher.md .\VBA\Publisher-VBA\articles\application-inchestopoints-method-publisher.md .\VBA\Publisher-VBA\articles\application-linestopoints-method-publisher.md .\VBA\Publisher-VBA\articles\application-mailmergeaftermerge-event-publisher.md .\VBA\Publisher-VBA\articles\application-mailmergeafterrecordmerge-event-publisher.md .\VBA\Publisher-VBA\articles\application-mailmergebeforemerge-event-publisher.md .\VBA\Publisher-VBA\articles\application-mailmergedatasourceload-event-publisher.md .\VBA\Publisher-VBA\articles\application-mailmergedatasourcevalidate-event-publisher.md .\VBA\Publisher-VBA\articles\application-mailmergewizardstatechange-event-publisher.md .\VBA\Publisher-VBA\articles\application-millimeterstopoints-method-publisher.md .\VBA\Publisher-VBA\articles\application-officedatasourceobject-property-publisher.md .\VBA\Publisher-VBA\articles\application-path-property-publisher.md .\VBA\Publisher-VBA\articles\application-pathseparator-property-publisher.md .\VBA\Publisher-VBA\articles\application-picastopoints-method-publisher.md .\VBA\Publisher-VBA\articles\application-pixelstopoints-method-publisher.md .\VBA\Publisher-VBA\articles\application-pointstocentimeters-method-publisher.md .\VBA\Publisher-VBA\articles\application-pointstoemus-method-publisher.md .\VBA\Publisher-VBA\articles\application-pointstoinches-method-publisher.md .\VBA\Publisher-VBA\articles\application-pointstolines-method-publisher.md .\VBA\Publisher-VBA\articles\application-pointstomillimeters-method-publisher.md .\VBA\Publisher-VBA\articles\application-pointstopicas-method-publisher.md .\VBA\Publisher-VBA\articles\application-pointstopixels-method-publisher.md .\VBA\Publisher-VBA\articles\application-pointstotwips-method-publisher.md .\VBA\Publisher-VBA\articles\application-productcode-property-publisher.md .\VBA\Publisher-VBA\articles\application-templatefolderpath-property-publisher.md .\VBA\Publisher-VBA\articles\application-twipstopoints-method-publisher.md .\VBA\Publisher-VBA\articles\application-version-property-publisher.md .\VBA\Publisher-VBA\articles\borderart-application-property-publisher.md .\VBA\Publisher-VBA\articles\borderartformat-application-property-publisher.md .\VBA\Publisher-VBA\articles\borderarts-application-property-publisher.md .\VBA\Publisher-VBA\articles\borderarts-count-property-publisher.md .\VBA\Publisher-VBA\articles\calloutformat-application-property-publisher.md .\VBA\Publisher-VBA\articles\catalogmergeshapes-application-property-publisher.md .\VBA\Publisher-VBA\articles\catalogmergeshapes-count-property-publisher.md .\VBA\Publisher-VBA\articles\cell-application-property-publisher.md .\VBA\Publisher-VBA\articles\cell-celltextorientation-property-publisher.md .\VBA\Publisher-VBA\articles\cell-hastext-property-publisher.md .\VBA\Publisher-VBA\articles\cellborder-application-property-publisher.md .\VBA\Publisher-VBA\articles\cellrange-application-property-publisher.md .\VBA\Publisher-VBA\articles\cellrange-count-property-publisher.md .\VBA\Publisher-VBA\articles\colorcmyk-application-property-publisher.md .\VBA\Publisher-VBA\articles\colorformat-application-property-publisher.md .\VBA\Publisher-VBA\articles\colorformat-rgb-property-publisher.md .\VBA\Publisher-VBA\articles\colorscheme-application-property-publisher.md .\VBA\Publisher-VBA\articles\colorscheme-colors-property-publisher.md .\VBA\Publisher-VBA\articles\colorscheme-name-property-publisher.md .\VBA\Publisher-VBA\articles\colorschemes-application-property-publisher.md .\VBA\Publisher-VBA\articles\colorschemes-count-property-publisher.md .\VBA\Publisher-VBA\articles\colorsinuse-application-property-publisher.md .\VBA\Publisher-VBA\articles\colorsinuse-count-property-publisher.md .\VBA\Publisher-VBA\articles\column-application-property-publisher.md .\VBA\Publisher-VBA\articles\columns-application-property-publisher.md .\VBA\Publisher-VBA\articles\columns-count-property-publisher.md .\VBA\Publisher-VBA\articles\connectorformat-application-property-publisher.md .\VBA\Publisher-VBA\articles\document-application-property-publisher.md .\VBA\Publisher-VBA\articles\document-beforeclose-event-publisher.md .\VBA\Publisher-VBA\articles\document-borderarts-property-publisher.md .\VBA\Publisher-VBA\articles\document-colorscheme-property-publisher.md .\VBA\Publisher-VBA\articles\document-fullname-property-publisher.md .\VBA\Publisher-VBA\articles\document-mailenvelope-property-publisher.md .\VBA\Publisher-VBA\articles\document-pages-property-publisher.md .\VBA\Publisher-VBA\articles\document-path-property-publisher.md .\VBA\Publisher-VBA\articles\document-readonly-property-publisher.md .\VBA\Publisher-VBA\articles\document-textstyles-property-publisher.md .\VBA\Publisher-VBA\articles\document-viewtwopagespread-property-publisher.md .\VBA\Publisher-VBA\articles\document-wizard-property-publisher.md .\VBA\Publisher-VBA\articles\document-wizardafterchange-event-publisher.md .\VBA\Publisher-VBA\articles\documents-application-property-publisher.md .\VBA\Publisher-VBA\articles\documents-count-property-publisher.md .\VBA\Publisher-VBA\articles\dropcap-application-property-publisher.md .\VBA\Publisher-VBA\articles\field-application-property-publisher.md .\VBA\Publisher-VBA\articles\field-code-property-publisher.md .\VBA\Publisher-VBA\articles\field-phoneticguide-property-publisher.md .\VBA\Publisher-VBA\articles\field-result-property-publisher.md .\VBA\Publisher-VBA\articles\fields-application-property-publisher.md .\VBA\Publisher-VBA\articles\fields-count-property-publisher.md .\VBA\Publisher-VBA\articles\fillformat-application-property-publisher.md .\VBA\Publisher-VBA\articles\findreplace-application-property-publisher.md .\VBA\Publisher-VBA\articles\font-application-property-publisher.md .\VBA\Publisher-VBA\articles\font-boldbi-property-publisher.md .\VBA\Publisher-VBA\articles\font-diacriticcolor-property-publisher.md .\VBA\Publisher-VBA\articles\font-grow-method-publisher.md .\VBA\Publisher-VBA\articles\font-italicbi-property-publisher.md .\VBA\Publisher-VBA\articles\font-size-property-publisher.md .\VBA\Publisher-VBA\articles\font-sizebi-property-publisher.md .\VBA\Publisher-VBA\articles\freeformbuilder-application-property-publisher.md .\VBA\Publisher-VBA\articles\groupshapes-application-property-publisher.md .\VBA\Publisher-VBA\articles\groupshapes-count-property-publisher.md .\VBA\Publisher-VBA\articles\headerfooter-application-property-publisher.md .\VBA\Publisher-VBA\articles\hyperlink-address-property-publisher.md .\VBA\Publisher-VBA\articles\hyperlink-application-property-publisher.md .\VBA\Publisher-VBA\articles\hyperlink-pageid-property-publisher.md .\VBA\Publisher-VBA\articles\hyperlink-setpagerelative-method-publisher.md .\VBA\Publisher-VBA\articles\hyperlinks-add-method-publisher.md .\VBA\Publisher-VBA\articles\hyperlinks-application-property-publisher.md .\VBA\Publisher-VBA\articles\hyperlinks-count-property-publisher.md .\VBA\Publisher-VBA\articles\hyperlinks-item-property-publisher.md .\VBA\Publisher-VBA\articles\inlineshapes-application-property-publisher.md .\VBA\Publisher-VBA\articles\inlineshapes-count-property-publisher.md .\VBA\Publisher-VBA\articles\layoutguides-application-property-publisher.md .\VBA\Publisher-VBA\articles\lineformat-application-property-publisher.md .\VBA\Publisher-VBA\articles\linkformat-application-property-publisher.md .\VBA\Publisher-VBA\articles\mailmerge-application-property-publisher.md .\VBA\Publisher-VBA\articles\mailmerge-datasource-property-publisher.md .\VBA\Publisher-VBA\articles\mailmergedatafield-application-property-publisher.md .\VBA\Publisher-VBA\articles\mailmergedatafield-index-property-publisher.md .\VBA\Publisher-VBA\articles\mailmergedatafields-application-property-publisher.md .\VBA\Publisher-VBA\articles\mailmergedatafields-count-property-publisher.md .\VBA\Publisher-VBA\articles\mailmergedatasource-activerecord-property-publisher.md .\VBA\Publisher-VBA\articles\mailmergedatasource-application-property-publisher.md .\VBA\Publisher-VBA\articles\mailmergedatasource-datafields-property-publisher.md .\VBA\Publisher-VBA\articles\mailmergedatasource-included-property-publisher.md .\VBA\Publisher-VBA\articles\mailmergedatasource-invalidaddress-property-publisher.md .\VBA\Publisher-VBA\articles\mailmergedatasource-invalidcomments-property-publisher.md .\VBA\Publisher-VBA\articles\mailmergedatasource-recordcount-property-publisher.md .\VBA\Publisher-VBA\articles\mailmergedatasource-setallerrorflags-method-publisher.md .\VBA\Publisher-VBA\articles\mailmergedatasource-setallincludedflags-method-publisher.md .\VBA\Publisher-VBA\articles\mailmergedatasource-tablename-property-publisher.md .\VBA\Publisher-VBA\articles\mailmergefiltercriterion-application-property-publisher.md .\VBA\Publisher-VBA\articles\mailmergefiltercriterion-index-property-publisher.md .\VBA\Publisher-VBA\articles\mailmergefilters-application-property-publisher.md .\VBA\Publisher-VBA\articles\mailmergefilters-count-property-publisher.md .\VBA\Publisher-VBA\articles\mailmergemappeddatafield-application-property-publisher.md .\VBA\Publisher-VBA\articles\mailmergemappeddatafield-index-property-publisher.md .\VBA\Publisher-VBA\articles\mailmergemappeddatafields-application-property-publisher.md .\VBA\Publisher-VBA\articles\mailmergemappeddatafields-count-property-publisher.md .\VBA\Publisher-VBA\articles\masterpages-application-property-publisher.md .\VBA\Publisher-VBA\articles\masterpages-count-property-publisher.md .\VBA\Publisher-VBA\articles\masterpages-item-property-publisher.md .\VBA\Publisher-VBA\articles\objectverbs-application-property-publisher.md .\VBA\Publisher-VBA\articles\objectverbs-count-property-publisher.md .\VBA\Publisher-VBA\articles\oleformat-application-property-publisher.md .\VBA\Publisher-VBA\articles\options-application-property-publisher.md .\VBA\Publisher-VBA\articles\options-measurementunit-property-publisher.md .\VBA\Publisher-VBA\articles\options-pathforpictures-property-publisher.md .\VBA\Publisher-VBA\articles\page-application-property-publisher.md .\VBA\Publisher-VBA\articles\page-footer-property-publisher.md .\VBA\Publisher-VBA\articles\page-header-property-publisher.md .\VBA\Publisher-VBA\articles\page-istrailing-property-publisher.md .\VBA\Publisher-VBA\articles\page-istwopagemaster-property-publisher.md .\VBA\Publisher-VBA\articles\page-pageid-property-publisher.md .\VBA\Publisher-VBA\articles\page-pageindex-property-publisher.md .\VBA\Publisher-VBA\articles\page-pagenumber-property-publisher.md .\VBA\Publisher-VBA\articles\page-shapes-property-publisher.md .\VBA\Publisher-VBA\articles\page-wizard-property-publisher.md .\VBA\Publisher-VBA\articles\pagebackground-application-property-publisher.md .\VBA\Publisher-VBA\articles\pages-application-property-publisher.md .\VBA\Publisher-VBA\articles\pages-count-property-publisher.md .\VBA\Publisher-VBA\articles\pages-item-property-publisher.md .\VBA\Publisher-VBA\articles\pagesetup-application-property-publisher.md .\VBA\Publisher-VBA\articles\paragraphformat-application-property-publisher.md .\VBA\Publisher-VBA\articles\paragraphformat-charbasedfirstlineindent-property-publisher.md .\VBA\Publisher-VBA\articles\paragraphformat-usecharbasedfirstlineindent-property-publisher.md .\VBA\Publisher-VBA\articles\phoneticguide-application-property-publisher.md .\VBA\Publisher-VBA\articles\phoneticguide-basetext-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-application-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-colorsinpalette-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-cropbottom-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-cropleft-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-cropright-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-croptop-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-effectiveresolution-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-filename-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-filesize-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-hasalphachannel-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-horizontalscale-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-isempty-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-isgreyscale-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-islinked-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-istruecolor-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-originalcolorsinpalette-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-originalfilesize-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-originalhasalphachannel-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-originalheight-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-originalresolution-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-originalwidth-property-publisher.md .\VBA\Publisher-VBA\articles\pictureformat-verticalscale-property-publisher.md .\VBA\Publisher-VBA\articles\plate-application-property-publisher.md .\VBA\Publisher-VBA\articles\plate-delete-method-publisher.md .\VBA\Publisher-VBA\articles\plate-index-property-publisher.md .\VBA\Publisher-VBA\articles\plate-inkname-property-publisher.md .\VBA\Publisher-VBA\articles\plate-inuse-property-publisher.md .\VBA\Publisher-VBA\articles\plate-luminance-property-publisher.md .\VBA\Publisher-VBA\articles\plates-application-property-publisher.md .\VBA\Publisher-VBA\articles\plates-count-property-publisher.md .\VBA\Publisher-VBA\articles\plates-findplatebyinkname-method-publisher.md .\VBA\Publisher-VBA\articles\plates-item-property-publisher.md .\VBA\Publisher-VBA\articles\printablerect-application-property-publisher.md .\VBA\Publisher-VBA\articles\printer-printablerect-property-publisher.md .\VBA\Publisher-VBA\articles\readerspread-application-property-publisher.md .\VBA\Publisher-VBA\articles\readerspread-pages-property-publisher.md .\VBA\Publisher-VBA\articles\row-application-property-publisher.md .\VBA\Publisher-VBA\articles\rows-application-property-publisher.md .\VBA\Publisher-VBA\articles\rows-count-property-publisher.md .\VBA\Publisher-VBA\articles\rulerguide-application-property-publisher.md .\VBA\Publisher-VBA\articles\rulerguides-application-property-publisher.md .\VBA\Publisher-VBA\articles\rulerguides-count-property-publisher.md .\VBA\Publisher-VBA\articles\scratcharea-application-property-publisher.md .\VBA\Publisher-VBA\articles\scratcharea-shapes-property-publisher.md .\VBA\Publisher-VBA\articles\section-application-property-publisher.md .\VBA\Publisher-VBA\articles\section-showheaderfooteronfirstpage-property-publisher.md .\VBA\Publisher-VBA\articles\sections-application-property-publisher.md .\VBA\Publisher-VBA\articles\sections-count-property-publisher.md .\VBA\Publisher-VBA\articles\selection-application-property-publisher.md .\VBA\Publisher-VBA\articles\shadowformat-application-property-publisher.md .\VBA\Publisher-VBA\articles\shape-application-property-publisher.md .\VBA\Publisher-VBA\articles\shape-catalogmergeitems-property-publisher.md .\VBA\Publisher-VBA\articles\shape-getheight-method-publisher.md .\VBA\Publisher-VBA\articles\shape-getleft-method-publisher.md .\VBA\Publisher-VBA\articles\shape-gettop-method-publisher.md .\VBA\Publisher-VBA\articles\shape-getwidth-method-publisher.md .\VBA\Publisher-VBA\articles\shape-inlinetextrange-property-publisher.md .\VBA\Publisher-VBA\articles\shape-texteffect-property-publisher.md .\VBA\Publisher-VBA\articles\shape-vertices-property-publisher.md .\VBA\Publisher-VBA\articles\shape-webcommandbutton-property-publisher.md .\VBA\Publisher-VBA\articles\shape-wizard-property-publisher.md .\VBA\Publisher-VBA\articles\shape-wizardtag-property-publisher.md .\VBA\Publisher-VBA\articles\shape-wizardtaginstance-property-publisher.md .\VBA\Publisher-VBA\articles\shapenode-application-property-publisher.md .\VBA\Publisher-VBA\articles\shapenodes-application-property-publisher.md .\VBA\Publisher-VBA\articles\shapenodes-count-property-publisher.md .\VBA\Publisher-VBA\articles\shaperange-application-property-publisher.md .\VBA\Publisher-VBA\articles\shaperange-count-property-publisher.md .\VBA\Publisher-VBA\articles\shaperange-getheight-method-publisher.md .\VBA\Publisher-VBA\articles\shaperange-getleft-method-publisher.md .\VBA\Publisher-VBA\articles\shaperange-gettop-method-publisher.md .\VBA\Publisher-VBA\articles\shaperange-getwidth-method-publisher.md .\VBA\Publisher-VBA\articles\shaperange-inlinetextrange-property-publisher.md .\VBA\Publisher-VBA\articles\shaperange-texteffect-property-publisher.md .\VBA\Publisher-VBA\articles\shaperange-vertices-property-publisher.md .\VBA\Publisher-VBA\articles\shaperange-wizard-property-publisher.md .\VBA\Publisher-VBA\articles\shaperange-wizardtag-property-publisher.md .\VBA\Publisher-VBA\articles\shaperange-wizardtaginstance-property-publisher.md .\VBA\Publisher-VBA\articles\shapes-application-property-publisher.md .\VBA\Publisher-VBA\articles\shapes-count-property-publisher.md .\VBA\Publisher-VBA\articles\stories-application-property-publisher.md .\VBA\Publisher-VBA\articles\stories-count-property-publisher.md .\VBA\Publisher-VBA\articles\story-application-property-publisher.md .\VBA\Publisher-VBA\articles\table-application-property-publisher.md .\VBA\Publisher-VBA\articles\tabstop-alignment-property-publisher.md .\VBA\Publisher-VBA\articles\tabstop-application-property-publisher.md .\VBA\Publisher-VBA\articles\tabstops-application-property-publisher.md .\VBA\Publisher-VBA\articles\tabstops-count-property-publisher.md .\VBA\Publisher-VBA\articles\tag-application-property-publisher.md .\VBA\Publisher-VBA\articles\tags-application-property-publisher.md .\VBA\Publisher-VBA\articles\tags-count-property-publisher.md .\VBA\Publisher-VBA\articles\texteffectformat-application-property-publisher.md .\VBA\Publisher-VBA\articles\textframe-application-property-publisher.md .\VBA\Publisher-VBA\articles\textframe-breakforwardlink-method-publisher.md .\VBA\Publisher-VBA\articles\textframe-story-property-publisher.md .\VBA\Publisher-VBA\articles\textrange-application-property-publisher.md .\VBA\Publisher-VBA\articles\textrange-boundheight-property-publisher.md .\VBA\Publisher-VBA\articles\textrange-boundleft-property-publisher.md .\VBA\Publisher-VBA\articles\textrange-boundtop-property-publisher.md .\VBA\Publisher-VBA\articles\textrange-boundwidth-property-publisher.md .\VBA\Publisher-VBA\articles\textrange-collapse-method-publisher.md .\VBA\Publisher-VBA\articles\textrange-containingobject-property-publisher.md .\VBA\Publisher-VBA\articles\textrange-hyperlinks-property-publisher.md .\VBA\Publisher-VBA\articles\textrange-insertafter-method-publisher.md .\VBA\Publisher-VBA\articles\textrange-insertbefore-method-publisher.md .\VBA\Publisher-VBA\articles\textrange-lines-method-publisher.md .\VBA\Publisher-VBA\articles\textrange-story-property-publisher.md .\VBA\Publisher-VBA\articles\textstyle-application-property-publisher.md .\VBA\Publisher-VBA\articles\textstyle-description-property-publisher.md .\VBA\Publisher-VBA\articles\textstyles-application-property-publisher.md .\VBA\Publisher-VBA\articles\textstyles-count-property-publisher.md .\VBA\Publisher-VBA\articles\threedformat-application-property-publisher.md .\VBA\Publisher-VBA\articles\using-events-with-the-document-object-publisher.md .\VBA\Publisher-VBA\articles\view-application-property-publisher.md .\VBA\Publisher-VBA\articles\webcheckbox-application-property-publisher.md .\VBA\Publisher-VBA\articles\webcommandbutton-actionurl-property-publisher.md .\VBA\Publisher-VBA\articles\webcommandbutton-application-property-publisher.md .\VBA\Publisher-VBA\articles\webcommandbutton-postformdata-property-publisher.md .\VBA\Publisher-VBA\articles\webhiddenfields-application-property-publisher.md .\VBA\Publisher-VBA\articles\webhiddenfields-count-property-publisher.md .\VBA\Publisher-VBA\articles\webhiddenfields-name-method-publisher.md .\VBA\Publisher-VBA\articles\weblistbox-application-property-publisher.md .\VBA\Publisher-VBA\articles\weblistboxitems-application-property-publisher.md .\VBA\Publisher-VBA\articles\weblistboxitems-count-property-publisher.md .\VBA\Publisher-VBA\articles\webnavigationbarhyperlinks-application-property-publisher.md .\VBA\Publisher-VBA\articles\webnavigationbarhyperlinks-count-property-publisher.md .\VBA\Publisher-VBA\articles\webnavigationbarset-application-property-publisher.md .\VBA\Publisher-VBA\articles\webnavigationbarsets-application-property-publisher.md .\VBA\Publisher-VBA\articles\webnavigationbarsets-count-property-publisher.md .\VBA\Publisher-VBA\articles\weboptionbutton-application-property-publisher.md .\VBA\Publisher-VBA\articles\weboptions-application-property-publisher.md .\VBA\Publisher-VBA\articles\webpageoptions-application-property-publisher.md .\VBA\Publisher-VBA\articles\webtextbox-application-property-publisher.md .\VBA\Publisher-VBA\articles\window-application-property-publisher.md .\VBA\Publisher-VBA\articles\window-hwnd-property-publisher.md .\VBA\Publisher-VBA\articles\wizard-application-property-publisher.md .\VBA\Publisher-VBA\articles\wizard-properties-property-publisher.md .\VBA\Publisher-VBA\articles\wizardproperties-application-property-publisher.md .\VBA\Publisher-VBA\articles\wizardproperties-count-property-publisher.md .\VBA\Publisher-VBA\articles\wizardproperty-application-property-publisher.md .\VBA\Publisher-VBA\articles\wizardproperty-enabled-property-publisher.md .\VBA\Publisher-VBA\articles\wizardproperty-values-property-publisher.md .\VBA\Publisher-VBA\articles\wizardvalue-application-property-publisher.md .\VBA\Publisher-VBA\articles\wizardvalues-application-property-publisher.md .\VBA\Publisher-VBA\articles\wizardvalues-count-property-publisher.md .\VBA\Publisher-VBA\articles\wrapformat-application-property-publisher.md .\VBA\Visio-VBA\articles\about-connecting-to-data-in-visio.md .\VBA\Visio-VBA\articles\about-programming-visio-viewer.md .\VBA\Visio-VBA\articles\addon-application-property-visio.md .\VBA\Visio-VBA\articles\addons-application-property-visio.md .\VBA\Visio-VBA\articles\application-addundounit-method-visio.md .\VBA\Visio-VBA\articles\application-application-property-visio.md .\VBA\Visio-VBA\articles\application-beginundoscope-method-visio.md .\VBA\Visio-VBA\articles\application-builtinmenus-property-visio.md .\VBA\Visio-VBA\articles\application-cellchanged-event-visio.md .\VBA\Visio-VBA\articles\application-convertresult-method-visio.md .\VBA\Visio-VBA\articles\application-currentscope-property-visio.md .\VBA\Visio-VBA\articles\application-custommenusfile-property-visio.md .\VBA\Visio-VBA\articles\application-documentcreated-event-visio.md .\VBA\Visio-VBA\articles\application-documentsaved-event-visio.md .\VBA\Visio-VBA\articles\application-drawingpaths-property-visio.md .\VBA\Visio-VBA\articles\application-endundoscope-method-visio.md .\VBA\Visio-VBA\articles\application-enterscope-event-visio.md .\VBA\Visio-VBA\articles\application-eventlist-property-visio.md .\VBA\Visio-VBA\articles\application-exitscope-event-visio.md .\VBA\Visio-VBA\articles\application-fullbuild-property-visio.md .\VBA\Visio-VBA\articles\application-helppaths-property-visio.md .\VBA\Visio-VBA\articles\application-isinscope-property-visio.md .\VBA\Visio-VBA\articles\application-markerevent-event-visio.md .\VBA\Visio-VBA\articles\application-name-property-visio.md .\VBA\Visio-VBA\articles\application-pageadded-event-visio.md .\VBA\Visio-VBA\articles\application-queuemarkerevent-method-visio.md .\VBA\Visio-VBA\articles\application-setcustommenus-method-visio.md .\VBA\Visio-VBA\articles\application-shapeadded-event-visio.md .\VBA\Visio-VBA\articles\application-showprogress-property-visio.md .\VBA\Visio-VBA\articles\application-startuppaths-property-visio.md .\VBA\Visio-VBA\articles\application-stencilpaths-property-visio.md .\VBA\Visio-VBA\articles\application-templatepaths-property-visio.md .\VBA\Visio-VBA\articles\application-vbaenabled-property-visio.md .\VBA\Visio-VBA\articles\applicationsettings-application-property-visio.md .\VBA\Visio-VBA\articles\cell-application-property-visio.md .\VBA\Visio-VBA\articles\cell-cellchanged-event-visio.md .\VBA\Visio-VBA\articles\cell-dependents-property-visio.md .\VBA\Visio-VBA\articles\cell-eventlist-property-visio.md .\VBA\Visio-VBA\articles\cell-formula-property-visio.md .\VBA\Visio-VBA\articles\cell-formulau-property-visio.md .\VBA\Visio-VBA\articles\cell-precedents-property-visio.md .\VBA\Visio-VBA\articles\cell-resultstr-property-visio.md .\VBA\Visio-VBA\articles\cell-resultstru-property-visio.md .\VBA\Visio-VBA\articles\characters-application-property-visio.md .\VBA\Visio-VBA\articles\characters-eventlist-property-visio.md .\VBA\Visio-VBA\articles\color-application-property-visio.md .\VBA\Visio-VBA\articles\colors-application-property-visio.md .\VBA\Visio-VBA\articles\connect-application-property-visio.md .\VBA\Visio-VBA\articles\connect-fromcell-property-visio.md .\VBA\Visio-VBA\articles\connect-frompart-property-visio.md .\VBA\Visio-VBA\articles\connect-topart-property-visio.md .\VBA\Visio-VBA\articles\connects-application-property-visio.md .\VBA\Visio-VBA\articles\curve-application-property-visio.md .\VBA\Visio-VBA\articles\curve-end-property-visio.md .\VBA\Visio-VBA\articles\curve-point-method-visio.md .\VBA\Visio-VBA\articles\curve-pointandderivatives-method-visio.md .\VBA\Visio-VBA\articles\curve-points-method-visio.md .\VBA\Visio-VBA\articles\curve-start-property-visio.md .\VBA\Visio-VBA\articles\datarecordset-refreshusingxml-method-visio.md .\VBA\Visio-VBA\articles\datarecordsets-add-method-visio.md .\VBA\Visio-VBA\articles\datarecordsets-addfromxml-method-visio.md .\VBA\Visio-VBA\articles\document-addundounit-method-visio.md .\VBA\Visio-VBA\articles\document-application-property-visio.md .\VBA\Visio-VBA\articles\document-beginundoscope-method-visio.md .\VBA\Visio-VBA\articles\document-cancheckin-method-visio.md .\VBA\Visio-VBA\articles\document-checkin-method-visio.md .\VBA\Visio-VBA\articles\document-custommenusfile-property-visio.md .\VBA\Visio-VBA\articles\document-documentcreated-event-visio.md .\VBA\Visio-VBA\articles\document-documentsaved-event-visio.md .\VBA\Visio-VBA\articles\document-endundoscope-method-visio.md .\VBA\Visio-VBA\articles\document-eventlist-property-visio.md .\VBA\Visio-VBA\articles\document-footercenter-property-visio.md .\VBA\Visio-VBA\articles\document-footerleft-property-visio.md .\VBA\Visio-VBA\articles\document-footerright-property-visio.md .\VBA\Visio-VBA\articles\document-fullbuildnumbercreated-property-visio.md .\VBA\Visio-VBA\articles\document-fullbuildnumberedited-property-visio.md .\VBA\Visio-VBA\articles\document-headerfootercolor-property-visio.md .\VBA\Visio-VBA\articles\document-headerleft-property-visio.md .\VBA\Visio-VBA\articles\document-headerright-property-visio.md .\VBA\Visio-VBA\articles\document-macrosenabled-property-visio.md .\VBA\Visio-VBA\articles\document-pageadded-event-visio.md .\VBA\Visio-VBA\articles\document-setcustommenus-method-visio.md .\VBA\Visio-VBA\articles\document-shapeadded-event-visio.md .\VBA\Visio-VBA\articles\documents-application-property-visio.md .\VBA\Visio-VBA\articles\documents-cancheckout-method-visio.md .\VBA\Visio-VBA\articles\documents-cellchanged-event-visio.md .\VBA\Visio-VBA\articles\documents-checkout-method-visio.md .\VBA\Visio-VBA\articles\documents-documentcreated-event-visio.md .\VBA\Visio-VBA\articles\documents-documentsaved-event-visio.md .\VBA\Visio-VBA\articles\documents-eventlist-property-visio.md .\VBA\Visio-VBA\articles\documents-pageadded-event-visio.md .\VBA\Visio-VBA\articles\documents-shapeadded-event-visio.md .\VBA\Visio-VBA\articles\drawingcontrol-documentcreated-event-visio.md .\VBA\Visio-VBA\articles\drawingcontrol-documentsaved-event-visio.md .\VBA\Visio-VBA\articles\drawingcontrol-pageadded-event-visio.md .\VBA\Visio-VBA\articles\drawingcontrol-shapeadded-event-visio.md .\VBA\Visio-VBA\articles\event-application-property-visio.md .\VBA\Visio-VBA\articles\event-eventlist-property-visio.md .\VBA\Visio-VBA\articles\eventlist-addadvise-method-visio.md .\VBA\Visio-VBA\articles\eventlist-application-property-visio.md .\VBA\Visio-VBA\articles\font-application-property-visio.md .\VBA\Visio-VBA\articles\fonts-application-property-visio.md .\VBA\Visio-VBA\articles\global-application-property-visio.md .\VBA\Visio-VBA\articles\hyperlink-application-property-visio.md .\VBA\Visio-VBA\articles\hyperlinks-application-property-visio.md .\VBA\Visio-VBA\articles\invisibleapp-addundounit-method-visio.md .\VBA\Visio-VBA\articles\invisibleapp-beginundoscope-method-visio.md .\VBA\Visio-VBA\articles\invisibleapp-builtinmenus-property-visio.md .\VBA\Visio-VBA\articles\invisibleapp-cellchanged-event-visio.md .\VBA\Visio-VBA\articles\invisibleapp-convertresult-method-visio.md .\VBA\Visio-VBA\articles\invisibleapp-currentscope-property-visio.md .\VBA\Visio-VBA\articles\invisibleapp-custommenusfile-property-visio.md .\VBA\Visio-VBA\articles\invisibleapp-documentcreated-event-visio.md .\VBA\Visio-VBA\articles\invisibleapp-documentsaved-event-visio.md .\VBA\Visio-VBA\articles\invisibleapp-drawingpaths-property-visio.md .\VBA\Visio-VBA\articles\invisibleapp-endundoscope-method-visio.md .\VBA\Visio-VBA\articles\invisibleapp-enterscope-event-visio.md .\VBA\Visio-VBA\articles\invisibleapp-eventlist-property-visio.md .\VBA\Visio-VBA\articles\invisibleapp-exitscope-event-visio.md .\VBA\Visio-VBA\articles\invisibleapp-fullbuild-property-visio.md .\VBA\Visio-VBA\articles\invisibleapp-helppaths-property-visio.md .\VBA\Visio-VBA\articles\invisibleapp-isinscope-property-visio.md .\VBA\Visio-VBA\articles\invisibleapp-markerevent-event-visio.md .\VBA\Visio-VBA\articles\invisibleapp-pageadded-event-visio.md .\VBA\Visio-VBA\articles\invisibleapp-queuemarkerevent-method-visio.md .\VBA\Visio-VBA\articles\invisibleapp-setcustommenus-method-visio.md .\VBA\Visio-VBA\articles\invisibleapp-shapeadded-event-visio.md .\VBA\Visio-VBA\articles\invisibleapp-showprogress-property-visio.md .\VBA\Visio-VBA\articles\invisibleapp-startuppaths-property-visio.md .\VBA\Visio-VBA\articles\invisibleapp-stencilpaths-property-visio.md .\VBA\Visio-VBA\articles\invisibleapp-templatepaths-property-visio.md .\VBA\Visio-VBA\articles\invisibleapp-vbaenabled-property-visio.md .\VBA\Visio-VBA\articles\iviseventproc-viseventproc-method-visio.md .\VBA\Visio-VBA\articles\keyboardevent-tostring-property-visio.md .\VBA\Visio-VBA\articles\layer-application-property-visio.md .\VBA\Visio-VBA\articles\layer-eventlist-property-visio.md .\VBA\Visio-VBA\articles\layer-name-property-visio.md .\VBA\Visio-VBA\articles\layer-nameu-property-visio.md .\VBA\Visio-VBA\articles\layer-page-property-visio.md .\VBA\Visio-VBA\articles\layers-application-property-visio.md .\VBA\Visio-VBA\articles\layers-eventlist-property-visio.md .\VBA\Visio-VBA\articles\layers-page-property-visio.md .\VBA\Visio-VBA\articles\master-application-property-visio.md .\VBA\Visio-VBA\articles\master-boundingbox-method-visio.md .\VBA\Visio-VBA\articles\master-cellchanged-event-visio.md .\VBA\Visio-VBA\articles\master-eventlist-property-visio.md .\VBA\Visio-VBA\articles\master-layers-property-visio.md .\VBA\Visio-VBA\articles\master-setformulas-method-visio.md .\VBA\Visio-VBA\articles\master-setresults-method-visio.md .\VBA\Visio-VBA\articles\master-shapeadded-event-visio.md .\VBA\Visio-VBA\articles\masters-application-property-visio.md .\VBA\Visio-VBA\articles\masters-cellchanged-event-visio.md .\VBA\Visio-VBA\articles\masters-eventlist-property-visio.md .\VBA\Visio-VBA\articles\masters-shapeadded-event-visio.md .\VBA\Visio-VBA\articles\mastershortcut-application-property-visio.md .\VBA\Visio-VBA\articles\mastershortcuts-application-property-visio.md .\VBA\Visio-VBA\articles\menu-caption-property-visio.md .\VBA\Visio-VBA\articles\menu-ishierarchical-property-visio.md .\VBA\Visio-VBA\articles\menu-menuitems-property-visio.md .\VBA\Visio-VBA\articles\menuitem-actiontext-property-visio.md .\VBA\Visio-VBA\articles\menuitem-addonargs-property-visio.md .\VBA\Visio-VBA\articles\menuitem-addonname-property-visio.md .\VBA\Visio-VBA\articles\menuitem-caption-property-visio.md .\VBA\Visio-VBA\articles\menuitem-ishierarchical-property-visio.md .\VBA\Visio-VBA\articles\menuitem-menuitems-property-visio.md .\VBA\Visio-VBA\articles\menuitems-addat-method-visio.md .\VBA\Visio-VBA\articles\menus-addat-method-visio.md .\VBA\Visio-VBA\articles\menuset-menus-property-visio.md .\VBA\Visio-VBA\articles\mouseevent-dragstate-property-visio.md .\VBA\Visio-VBA\articles\mouseevent-tostring-property-visio.md .\VBA\Visio-VBA\articles\msgwrap-application-property-visio.md .\VBA\Visio-VBA\articles\oleobject-application-property-visio.md .\VBA\Visio-VBA\articles\oleobjects-application-property-visio.md .\VBA\Visio-VBA\articles\page-application-property-visio.md .\VBA\Visio-VBA\articles\page-boundingbox-method-visio.md .\VBA\Visio-VBA\articles\page-cellchanged-event-visio.md .\VBA\Visio-VBA\articles\page-eventlist-property-visio.md .\VBA\Visio-VBA\articles\page-layers-property-visio.md .\VBA\Visio-VBA\articles\page-setformulas-method-visio.md .\VBA\Visio-VBA\articles\page-setresults-method-visio.md .\VBA\Visio-VBA\articles\page-shapeadded-event-visio.md .\VBA\Visio-VBA\articles\pages-application-property-visio.md .\VBA\Visio-VBA\articles\pages-cellchanged-event-visio.md .\VBA\Visio-VBA\articles\pages-eventlist-property-visio.md .\VBA\Visio-VBA\articles\pages-pageadded-event-visio.md .\VBA\Visio-VBA\articles\pages-shapeadded-event-visio.md .\VBA\Visio-VBA\articles\path-application-property-visio.md .\VBA\Visio-VBA\articles\path-points-method-visio.md .\VBA\Visio-VBA\articles\paths-application-property-visio.md .\VBA\Visio-VBA\articles\row-application-property-visio.md .\VBA\Visio-VBA\articles\row-cellchanged-event-visio.md .\VBA\Visio-VBA\articles\row-eventlist-property-visio.md .\VBA\Visio-VBA\articles\section-application-property-visio.md .\VBA\Visio-VBA\articles\section-cellchanged-event-visio.md .\VBA\Visio-VBA\articles\section-eventlist-property-visio.md .\VBA\Visio-VBA\articles\selection-application-property-visio.md .\VBA\Visio-VBA\articles\selection-boundingbox-method-visio.md .\VBA\Visio-VBA\articles\selection-eventlist-property-visio.md .\VBA\Visio-VBA\articles\shape-addhyperlink-method-visio.md .\VBA\Visio-VBA\articles\shape-application-property-visio.md .\VBA\Visio-VBA\articles\shape-boundingbox-method-visio.md .\VBA\Visio-VBA\articles\shape-cellchanged-event-visio.md .\VBA\Visio-VBA\articles\shape-cells-property-visio.md .\VBA\Visio-VBA\articles\shape-cellssrc-property-visio.md .\VBA\Visio-VBA\articles\shape-cellsu-property-visio.md .\VBA\Visio-VBA\articles\shape-distancefrompoint-property-visio.md .\VBA\Visio-VBA\articles\shape-eventlist-property-visio.md .\VBA\Visio-VBA\articles\shape-geometrycount-property-visio.md .\VBA\Visio-VBA\articles\shape-layer-property-visio.md .\VBA\Visio-VBA\articles\shape-layercount-property-visio.md .\VBA\Visio-VBA\articles\shape-paths-property-visio.md .\VBA\Visio-VBA\articles\shape-rowcount-property-visio.md .\VBA\Visio-VBA\articles\shape-rowtype-property-visio.md .\VBA\Visio-VBA\articles\shape-setformulas-method-visio.md .\VBA\Visio-VBA\articles\shape-setresults-method-visio.md .\VBA\Visio-VBA\articles\shape-shapeadded-event-visio.md .\VBA\Visio-VBA\articles\shape-spatialneighbors-property-visio.md .\VBA\Visio-VBA\articles\shape-spatialrelation-property-visio.md .\VBA\Visio-VBA\articles\shapes-application-property-visio.md .\VBA\Visio-VBA\articles\shapes-eventlist-property-visio.md .\VBA\Visio-VBA\articles\style-application-property-visio.md .\VBA\Visio-VBA\articles\style-cells-property-visio.md .\VBA\Visio-VBA\articles\style-cellssrc-property-visio.md .\VBA\Visio-VBA\articles\style-cellsu-property-visio.md .\VBA\Visio-VBA\articles\style-eventlist-property-visio.md .\VBA\Visio-VBA\articles\style-setformulas-method-visio.md .\VBA\Visio-VBA\articles\style-setresults-method-visio.md .\VBA\Visio-VBA\articles\styles-application-property-visio.md .\VBA\Visio-VBA\articles\styles-eventlist-property-visio.md .\VBA\Visio-VBA\articles\uiobject-loadfromfile-method-visio.md .\VBA\Visio-VBA\articles\uiobject-menusets-property-visio.md .\VBA\Visio-VBA\articles\uiobject-savetofile-method-visio.md .\VBA\Visio-VBA\articles\use-information-rights-management-for-visio.md .\VBA\Visio-VBA\articles\validation-application-property-visio.md .\VBA\Visio-VBA\articles\viewer-backcolor-property-visio-viewer.md .\VBA\Visio-VBA\articles\viewer-onselectionchanged-event-visio-viewer.md .\VBA\Visio-VBA\articles\viewer-selectedshapeindex-property-visio-viewer.md .\VBA\Visio-VBA\articles\window-application-property-visio.md .\VBA\Visio-VBA\articles\window-eventlist-property-visio.md .\VBA\Visio-VBA\articles\window-getwindowrect-method-visio.md .\VBA\Visio-VBA\articles\window-selectedcell-property-visio.md .\VBA\Visio-VBA\articles\window-selectedmasters-property-visio.md .\VBA\Visio-VBA\articles\window-setwindowrect-method-visio.md .\VBA\Visio-VBA\articles\windows-add-method-visio.md .\VBA\Visio-VBA\articles\windows-application-property-visio.md .\VBA\Visio-VBA\articles\windows-eventlist-property-visio.md .\VBA\Word-VBA\articles\addin-compiled-property-word.md .\VBA\Word-VBA\articles\addin-installed-property-word.md .\VBA\Word-VBA\articles\addin-object-word.md .\VBA\Word-VBA\articles\addins-add-method-word.md .\VBA\Word-VBA\articles\addins-object-word.md .\VBA\Word-VBA\articles\application-activeprinter-property-word.md .\VBA\Word-VBA\articles\application-arbitraryxmlsupportavailable-property-word.md .\VBA\Word-VBA\articles\application-autocorrect-property-word.md .\VBA\Word-VBA\articles\application-backgroundprintingstatus-property-word.md .\VBA\Word-VBA\articles\application-backgroundsavingstatus-property-word.md .\VBA\Word-VBA\articles\application-caption-property-word.md .\VBA\Word-VBA\articles\application-checkgrammar-method-word.md .\VBA\Word-VBA\articles\application-customdictionaries-property-word.md .\VBA\Word-VBA\articles\application-ddeexecute-method-word.md .\VBA\Word-VBA\articles\application-ddeinitiate-method-word.md .\VBA\Word-VBA\articles\application-ddepoke-method-word.md .\VBA\Word-VBA\articles\application-dderequest-method-word.md .\VBA\Word-VBA\articles\application-ddeterminateall-method-word.md .\VBA\Word-VBA\articles\application-documentbeforeclose-event-word.md .\VBA\Word-VBA\articles\application-documentbeforeprint-event-word.md .\VBA\Word-VBA\articles\application-documentbeforesave-event-word.md .\VBA\Word-VBA\articles\application-documentsync-event-word.md .\VBA\Word-VBA\articles\application-epostageinsertex-event-word.md .\VBA\Word-VBA\articles\application-epostagepropertydialog-event-word.md .\VBA\Word-VBA\articles\application-featureinstall-property-word.md .\VBA\Word-VBA\articles\application-fileconverters-property-word.md .\VBA\Word-VBA\articles\application-hangulhanjadictionaries-property-word.md .\VBA\Word-VBA\articles\application-international-property-word.md .\VBA\Word-VBA\articles\application-keybindings-property-word.md .\VBA\Word-VBA\articles\application-keysboundto-property-word.md .\VBA\Word-VBA\articles\application-landscapefontnames-property-word.md .\VBA\Word-VBA\articles\application-languages-property-word.md .\VBA\Word-VBA\articles\application-mailinglabel-property-word.md .\VBA\Word-VBA\articles\application-mailmergeaftermerge-event-word.md .\VBA\Word-VBA\articles\application-mailmergeafterrecordmerge-event-word.md .\VBA\Word-VBA\articles\application-mailmergebeforemerge-event-word.md .\VBA\Word-VBA\articles\application-mailmergedatasourceload-event-word.md .\VBA\Word-VBA\articles\application-mailmergewizardstatechange-event-word.md .\VBA\Word-VBA\articles\application-newwindow-method-word.md .\VBA\Word-VBA\articles\application-organizerdelete-method-word.md .\VBA\Word-VBA\articles\application-path-property-word.md .\VBA\Word-VBA\articles\application-pathseparator-property-word.md .\VBA\Word-VBA\articles\application-pixelstopoints-method-word.md .\VBA\Word-VBA\articles\application-pointstocentimeters-method-word.md .\VBA\Word-VBA\articles\application-pointstolines-method-word.md .\VBA\Word-VBA\articles\application-pointstomillimeters-method-word.md .\VBA\Word-VBA\articles\application-pointstopicas-method-word.md .\VBA\Word-VBA\articles\application-pointstopixels-method-word.md .\VBA\Word-VBA\articles\application-protectedviewwindowbeforeclose-event-word.md .\VBA\Word-VBA\articles\application-protectedviewwindowbeforeedit-event-word.md .\VBA\Word-VBA\articles\application-protectedviewwindowopen-event-word.md .\VBA\Word-VBA\articles\application-protectedviewwindows-property-word.md .\VBA\Word-VBA\articles\application-run-method-word.md .\VBA\Word-VBA\articles\application-screenupdating-property-word.md .\VBA\Word-VBA\articles\application-startuppath-property-word.md .\VBA\Word-VBA\articles\application-templates-property-word.md .\VBA\Word-VBA\articles\application-usableheight-property-word.md .\VBA\Word-VBA\articles\application-usablewidth-property-word.md .\VBA\Word-VBA\articles\application-useraddress-property-word.md .\VBA\Word-VBA\articles\application-vbe-property-word.md .\VBA\Word-VBA\articles\application-version-property-word.md .\VBA\Word-VBA\articles\application-windowbeforedoubleclick-event-word.md .\VBA\Word-VBA\articles\application-windowbeforerightclick-event-word.md .\VBA\Word-VBA\articles\application-xmlvalidationerror-event-word.md .\VBA\Word-VBA\articles\autocaption-captionlabel-property-word.md .\VBA\Word-VBA\articles\autocaptions-object-word.md .\VBA\Word-VBA\articles\autocorrect-correctkeyboardsetting-property-word.md .\VBA\Word-VBA\articles\autocorrect-entries-property-word.md .\VBA\Word-VBA\articles\autocorrect-firstletterexceptions-property-word.md .\VBA\Word-VBA\articles\autocorrect-hangulandalphabetexceptions-property-word.md .\VBA\Word-VBA\articles\autocorrect-othercorrectionsexceptions-property-word.md .\VBA\Word-VBA\articles\autocorrect-twoinitialcapsexceptions-property-word.md .\VBA\Word-VBA\articles\autocorrectentries-object-word.md .\VBA\Word-VBA\articles\autotextentries-object-word.md .\VBA\Word-VBA\articles\autotextentry-object-word.md .\VBA\Word-VBA\articles\bookmark-delete-method-word.md .\VBA\Word-VBA\articles\buildingblocktype-object-word.md .\VBA\Word-VBA\articles\canvasshapes-addpicture-method-word.md .\VBA\Word-VBA\articles\canvasshapes-count-property-word.md .\VBA\Word-VBA\articles\captionlabel-id-property-word.md .\VBA\Word-VBA\articles\categories-object-word.md .\VBA\Word-VBA\articles\category-object-word.md .\VBA\Word-VBA\articles\cell-columnindex-property-word.md .\VBA\Word-VBA\articles\cell-delete-method-word.md .\VBA\Word-VBA\articles\cell-object-word.md .\VBA\Word-VBA\articles\cell-rowindex-property-word.md .\VBA\Word-VBA\articles\cell-verticalalignment-property-word.md .\VBA\Word-VBA\articles\cells-verticalalignment-property-word.md .\VBA\Word-VBA\articles\coauthlock-owner-property-word.md .\VBA\Word-VBA\articles\coauthlocks-count-property-word.md .\VBA\Word-VBA\articles\coauthor-id-property-word.md .\VBA\Word-VBA\articles\coauthor-locks-property-word.md .\VBA\Word-VBA\articles\coauthor-name-property-word.md .\VBA\Word-VBA\articles\coauthor-object-word.md .\VBA\Word-VBA\articles\coauthoring-locks-property-word.md .\VBA\Word-VBA\articles\coauthoring-me-property-word.md .\VBA\Word-VBA\articles\coauthors-count-property-word.md .\VBA\Word-VBA\articles\coauthors-object-word.md .\VBA\Word-VBA\articles\coauthupdates-count-property-word.md .\VBA\Word-VBA\articles\coauthupdates-object-word.md .\VBA\Word-VBA\articles\connect-an-item-in-the-data-store-to-a-sql-server-database.md .\VBA\Word-VBA\articles\contentcontrol-setcheckedsymbol-method-word.md .\VBA\Word-VBA\articles\contentcontrol-setuncheckedsymbol-method-word.md .\VBA\Word-VBA\articles\contentcontrollistentry-text-property-word.md .\VBA\Word-VBA\articles\contentcontrollistentry-value-property-word.md .\VBA\Word-VBA\articles\customlabel-dotmatrix-property-word.md .\VBA\Word-VBA\articles\customlabel-numberdown-property-word.md .\VBA\Word-VBA\articles\customlabel-valid-property-word.md .\VBA\Word-VBA\articles\customlabels-add-method-word.md .\VBA\Word-VBA\articles\customproperties-object-word.md .\VBA\Word-VBA\articles\customproperty-object-word.md .\VBA\Word-VBA\articles\dictionaries-activecustomdictionary-property-word.md .\VBA\Word-VBA\articles\dictionary-object-word.md .\VBA\Word-VBA\articles\displaying-built-in-word-dialog-boxes.md .\VBA\Word-VBA\articles\document-applydocumenttheme-method.md .\VBA\Word-VBA\articles\document-attachedtemplate-property-word.md .\VBA\Word-VBA\articles\document-builtindocumentproperties-property-word.md .\VBA\Word-VBA\articles\document-cancheckin-method-word.md .\VBA\Word-VBA\articles\document-checkin-method-word.md .\VBA\Word-VBA\articles\document-close-event-word.md .\VBA\Word-VBA\articles\document-computestatistics-method-word.md .\VBA\Word-VBA\articles\document-createlettercontent-method-word.md .\VBA\Word-VBA\articles\document-customdocumentproperties-property-word.md .\VBA\Word-VBA\articles\document-detectlanguage-method-word.md .\VBA\Word-VBA\articles\document-envelope-property-word.md .\VBA\Word-VBA\articles\document-getlettercontent-method-word.md .\VBA\Word-VBA\articles\document-grammarchecked-property-word.md .\VBA\Word-VBA\articles\document-inlineshapes-property-word.md .\VBA\Word-VBA\articles\document-languagedetected-property-word.md .\VBA\Word-VBA\articles\document-lists-property-word.md .\VBA\Word-VBA\articles\document-mailenvelope-property-word.md .\VBA\Word-VBA\articles\document-optimizeforword97-property-word.md .\VBA\Word-VBA\articles\document-pagesetup-property-word.md .\VBA\Word-VBA\articles\document-path-property-word.md .\VBA\Word-VBA\articles\document-readabilitystatistics-property-word.md .\VBA\Word-VBA\articles\document-runletterwizard-method-word.md .\VBA\Word-VBA\articles\document-saveas2-method-word.md .\VBA\Word-VBA\articles\document-selectnodes-method-word.md .\VBA\Word-VBA\articles\document-selectsinglenode-method-word.md .\VBA\Word-VBA\articles\document-showspellingerrors-property-word.md .\VBA\Word-VBA\articles\document-spellingerrors-property-word.md .\VBA\Word-VBA\articles\document-subdocuments-property-word.md .\VBA\Word-VBA\articles\document-sync-event-word.md .\VBA\Word-VBA\articles\document-sync-property-word.md .\VBA\Word-VBA\articles\document-tables-property-word.md .\VBA\Word-VBA\articles\document-variables-property-word.md .\VBA\Word-VBA\articles\document-vbasigned-property-word.md .\VBA\Word-VBA\articles\document-windows-property-word.md .\VBA\Word-VBA\articles\document-words-property-word.md .\VBA\Word-VBA\articles\document-xmlbeforedelete-event-word.md .\VBA\Word-VBA\articles\documents-add-method-word.md .\VBA\Word-VBA\articles\documents-object-word.md .\VBA\Word-VBA\articles\emailoptions-emailsignature-property-word.md .\VBA\Word-VBA\articles\envelope-addressfromleft-property-word.md .\VBA\Word-VBA\articles\envelope-addressfromtop-property-word.md .\VBA\Word-VBA\articles\envelope-defaultorientation-property-word.md .\VBA\Word-VBA\articles\envelope-defaultsize-property-word.md .\VBA\Word-VBA\articles\envelope-defaultwidth-property-word.md .\VBA\Word-VBA\articles\envelope-insert-method-word.md .\VBA\Word-VBA\articles\envelope-object-word.md .\VBA\Word-VBA\articles\envelope-printout-method-word.md .\VBA\Word-VBA\articles\envelope-returnaddressfromleft-property-word.md .\VBA\Word-VBA\articles\envelope-returnaddressfromtop-property-word.md .\VBA\Word-VBA\articles\envelope-updatedocument-method-word.md .\VBA\Word-VBA\articles\error-accessing-a-table-row-or-column.md .\VBA\Word-VBA\articles\field-code-property-word.md .\VBA\Word-VBA\articles\field-object-word.md .\VBA\Word-VBA\articles\field-previous-property-word.md .\VBA\Word-VBA\articles\field-update-method-word.md .\VBA\Word-VBA\articles\fields-object-word.md .\VBA\Word-VBA\articles\fields-update-method-word.md .\VBA\Word-VBA\articles\fileconverter-canopen-property-word.md .\VBA\Word-VBA\articles\fileconverter-cansave-property-word.md .\VBA\Word-VBA\articles\fileconverter-classname-property-word.md .\VBA\Word-VBA\articles\fileconverter-extensions-property-word.md .\VBA\Word-VBA\articles\fileconverter-openformat-property-word.md .\VBA\Word-VBA\articles\fileconverter-saveformat-property-word.md .\VBA\Word-VBA\articles\font-italic-property-word.md .\VBA\Word-VBA\articles\font-size-property-word.md .\VBA\Word-VBA\articles\fontnames-object-word.md .\VBA\Word-VBA\articles\formfield-previous-property-word.md .\VBA\Word-VBA\articles\global-activeprinter-property-word.md .\VBA\Word-VBA\articles\global-autocorrect-property-word.md .\VBA\Word-VBA\articles\global-customdictionaries-property-word.md .\VBA\Word-VBA\articles\global-ddeexecute-method-word.md .\VBA\Word-VBA\articles\global-ddeinitiate-method-word.md .\VBA\Word-VBA\articles\global-ddepoke-method-word.md .\VBA\Word-VBA\articles\global-dderequest-method-word.md .\VBA\Word-VBA\articles\global-ddeterminateall-method-word.md .\VBA\Word-VBA\articles\global-fileconverters-property-word.md .\VBA\Word-VBA\articles\global-getspellingsuggestions-method-word.md .\VBA\Word-VBA\articles\global-hangulhanjadictionaries-property-word.md .\VBA\Word-VBA\articles\global-issandboxed-property-word.md .\VBA\Word-VBA\articles\global-keybindings-property-word.md .\VBA\Word-VBA\articles\global-keysboundto-property-word.md .\VBA\Word-VBA\articles\global-landscapefontnames-property-word.md .\VBA\Word-VBA\articles\global-languages-property-word.md .\VBA\Word-VBA\articles\global-newwindow-method-word.md .\VBA\Word-VBA\articles\global-pixelstopoints-method-word.md .\VBA\Word-VBA\articles\global-pointstocentimeters-method-word.md .\VBA\Word-VBA\articles\global-pointstolines-method-word.md .\VBA\Word-VBA\articles\global-pointstomillimeters-method-word.md .\VBA\Word-VBA\articles\global-pointstopicas-method-word.md .\VBA\Word-VBA\articles\global-pointstopixels-method-word.md .\VBA\Word-VBA\articles\global-templates-property-word.md .\VBA\Word-VBA\articles\global-vbe-property-word.md .\VBA\Word-VBA\articles\hangulhanjaconversiondictionaries-activecustomdictionary-property-word.md .\VBA\Word-VBA\articles\horizontallineformat-widthtype-property-word.md .\VBA\Word-VBA\articles\hyperlink-address-property-word.md .\VBA\Word-VBA\articles\hyperlink-subaddress-property-word.md .\VBA\Word-VBA\articles\indexes-markentry-method-word.md .\VBA\Word-VBA\articles\inlineshape-ispicturebullet-property-word.md .\VBA\Word-VBA\articles\keybinding-command-property-word.md .\VBA\Word-VBA\articles\keybinding-commandparameter-property-word.md .\VBA\Word-VBA\articles\keybinding-context-property-word.md .\VBA\Word-VBA\articles\keybinding-disable-method-word.md .\VBA\Word-VBA\articles\keybinding-keycategory-property-word.md .\VBA\Word-VBA\articles\keybinding-keycode-property-word.md .\VBA\Word-VBA\articles\keybinding-keycode2-property-word.md .\VBA\Word-VBA\articles\keybinding-keystring-property-word.md .\VBA\Word-VBA\articles\keybindings-add-method-word.md .\VBA\Word-VBA\articles\keybindings-key-method-word.md .\VBA\Word-VBA\articles\keybindings-object-word.md .\VBA\Word-VBA\articles\keysboundto-command-property-word.md .\VBA\Word-VBA\articles\keysboundto-commandparameter-property-word.md .\VBA\Word-VBA\articles\keysboundto-object-word.md .\VBA\Word-VBA\articles\language-activegrammardictionary-property-word.md .\VBA\Word-VBA\articles\language-activehyphenationdictionary-property-word.md .\VBA\Word-VBA\articles\language-activespellingdictionary-property-word.md .\VBA\Word-VBA\articles\language-activethesaurusdictionary-property-word.md .\VBA\Word-VBA\articles\language-object-word.md .\VBA\Word-VBA\articles\language-writingstylelist-property-word.md .\VBA\Word-VBA\articles\lettercontent-includeheaderfooter-property-word.md .\VBA\Word-VBA\articles\lettercontent-object-word.md .\VBA\Word-VBA\articles\lettercontent-pagedesign-property-word.md .\VBA\Word-VBA\articles\lettercontent-recipientaddress-property-word.md .\VBA\Word-VBA\articles\lettercontent-recipientname-property-word.md .\VBA\Word-VBA\articles\linkformat-sourcename-property-word.md .\VBA\Word-VBA\articles\linkformat-sourcepath-property-word.md .\VBA\Word-VBA\articles\listformat-liststring-property-word.md .\VBA\Word-VBA\articles\listformat-listvalue-property-word.md .\VBA\Word-VBA\articles\listlevel-linkedstyle-property-word.md .\VBA\Word-VBA\articles\listlevel-numberformat-property-word.md .\VBA\Word-VBA\articles\listtemplate-listlevels-property-word.md .\VBA\Word-VBA\articles\mailinglabel-createnewdocument-method-word.md .\VBA\Word-VBA\articles\mailinglabel-customlabels-property-word.md .\VBA\Word-VBA\articles\mailinglabel-object-word.md .\VBA\Word-VBA\articles\mailinglabel-printout-method-word.md .\VBA\Word-VBA\articles\mailmerge-opendatasource-method-word.md .\VBA\Word-VBA\articles\mailmergedatafield-value-property-word.md .\VBA\Word-VBA\articles\mailmergedatasource-connectstring-property-word.md .\VBA\Word-VBA\articles\mailmergedatasource-included-property-word.md .\VBA\Word-VBA\articles\mailmergedatasource-invalidaddress-property-word.md .\VBA\Word-VBA\articles\mailmergedatasource-invalidcomments-property-word.md .\VBA\Word-VBA\articles\mailmergedatasource-mappeddatafields-property-word.md .\VBA\Word-VBA\articles\mailmergedatasource-recordcount-property-word.md .\VBA\Word-VBA\articles\mailmergedatasource-setallerrorflags-method-word.md .\VBA\Word-VBA\articles\mailmergedatasource-setallincludedflags-method-word.md .\VBA\Word-VBA\articles\mailmergedatasource-tablename-property-word.md .\VBA\Word-VBA\articles\mailmergefield-code-property-word.md .\VBA\Word-VBA\articles\mappeddatafield-datafieldname-property-word.md .\VBA\Word-VBA\articles\mappeddatafield-object-word.md .\VBA\Word-VBA\articles\mappeddatafield-value-property-word.md .\VBA\Word-VBA\articles\mappeddatafields-object-word.md .\VBA\Word-VBA\articles\miscellaneous-tasks.md .\VBA\Word-VBA\articles\oleformat-displayasicon-property-word.md .\VBA\Word-VBA\articles\options-allowcombinedauxiliaryforms-property-word.md .\VBA\Word-VBA\articles\options-allowcompoundnounprocessing-property-word.md .\VBA\Word-VBA\articles\options-checkgrammarasyoutype-property-word.md .\VBA\Word-VBA\articles\options-checkhangulendings-property-word.md .\VBA\Word-VBA\articles\options-checkspellingasyoutype-property-word.md .\VBA\Word-VBA\articles\options-enablehangulhanjarecentordering-property-word.md .\VBA\Word-VBA\articles\options-ignoreinternetandfileaddresses-property-word.md .\VBA\Word-VBA\articles\options-ignoremixeddigits-property-word.md .\VBA\Word-VBA\articles\options-ignoreuppercase-property-word.md .\VBA\Word-VBA\articles\options-showreadabilitystatistics-property-word.md .\VBA\Word-VBA\articles\options-suggestfrommaindictionaryonly-property-word.md .\VBA\Word-VBA\articles\options-suggestspellingcorrections-property-word.md .\VBA\Word-VBA\articles\pagenumbers-showfirstpagenumber-property-word.md .\VBA\Word-VBA\articles\pagesetup-bottommargin-property-word.md .\VBA\Word-VBA\articles\pagesetup-differentfirstpageheaderfooter-property-word.md .\VBA\Word-VBA\articles\pagesetup-headerdistance-property-word.md .\VBA\Word-VBA\articles\pagesetup-pagewidth-property-word.md .\VBA\Word-VBA\articles\pagesetup-rightmargin-property-word.md .\VBA\Word-VBA\articles\paragraph-next-method-word.md .\VBA\Word-VBA\articles\paragraph-spaceafterauto-property-word.md .\VBA\Word-VBA\articles\paragraph-spacebeforeauto-property-word.md .\VBA\Word-VBA\articles\paragraphformat-spaceafterauto-property-word.md .\VBA\Word-VBA\articles\paragraphformat-spacebeforeauto-property-word.md .\VBA\Word-VBA\articles\paragraphs-count-property-word.md .\VBA\Word-VBA\articles\paragraphs-spaceafterauto-property-word.md .\VBA\Word-VBA\articles\paragraphs-spacebeforeauto-property-word.md .\VBA\Word-VBA\articles\pictureformat-cropbottom-property-word.md .\VBA\Word-VBA\articles\pictureformat-cropleft-property-word.md .\VBA\Word-VBA\articles\pictureformat-cropright-property-word.md .\VBA\Word-VBA\articles\pictureformat-croptop-property-word.md .\VBA\Word-VBA\articles\proofreadingerrors-object-word.md .\VBA\Word-VBA\articles\protectedviewwindow-caption-property-word.md .\VBA\Word-VBA\articles\protectedviewwindow-sourcename-property-word.md .\VBA\Word-VBA\articles\protectedviewwindow-sourcepath-property-word.md .\VBA\Word-VBA\articles\protectedviewwindows-object-word.md .\VBA\Word-VBA\articles\range-calculate-method-word.md .\VBA\Word-VBA\articles\range-cells-property-word.md .\VBA\Word-VBA\articles\range-computestatistics-method-word.md .\VBA\Word-VBA\articles\range-delete-method-word.md .\VBA\Word-VBA\articles\range-detectlanguage-method-word.md .\VBA\Word-VBA\articles\range-inlineshapes-property-word.md .\VBA\Word-VBA\articles\range-insertafter-method-word.md .\VBA\Word-VBA\articles\range-insertxml-method-word.md .\VBA\Word-VBA\articles\range-kana-property-word.md .\VBA\Word-VBA\articles\range-languagedetected-property-word.md .\VBA\Word-VBA\articles\range-readabilitystatistics-property-word.md .\VBA\Word-VBA\articles\range-sentences-property-word.md .\VBA\Word-VBA\articles\range-sort-method-word.md .\VBA\Word-VBA\articles\range-tables-property-word.md .\VBA\Word-VBA\articles\range-updates-property-word.md .\VBA\Word-VBA\articles\range-words-property-word.md .\VBA\Word-VBA\articles\readabilitystatistics-object-word.md .\VBA\Word-VBA\articles\revision-author-property-word.md .\VBA\Word-VBA\articles\revision-formatdescription-property-word.md .\VBA\Word-VBA\articles\rows-add-method-word.md .\VBA\Word-VBA\articles\selection-bookmarkid-property-word.md .\VBA\Word-VBA\articles\selection-calculate-method-word.md .\VBA\Word-VBA\articles\selection-characters-property-word.md .\VBA\Word-VBA\articles\selection-delete-method-word.md .\VBA\Word-VBA\articles\selection-information-property-word.md .\VBA\Word-VBA\articles\selection-inlineshapes-property-word.md .\VBA\Word-VBA\articles\selection-insertbefore-method-word.md .\VBA\Word-VBA\articles\selection-insertxml-method-word.md .\VBA\Word-VBA\articles\selection-languagedetected-property-word.md .\VBA\Word-VBA\articles\selection-movedown-method-word.md .\VBA\Word-VBA\articles\selection-moveuntil-method-word.md .\VBA\Word-VBA\articles\selection-moveup-method-word.md .\VBA\Word-VBA\articles\selection-nextrevision-method-word.md .\VBA\Word-VBA\articles\selection-selectcurrentcolor-method-word.md .\VBA\Word-VBA\articles\selection-selectcurrentindent-method-word.md .\VBA\Word-VBA\articles\selection-sort-method-word.md .\VBA\Word-VBA\articles\selection-text-property-word.md .\VBA\Word-VBA\articles\selection-words-property-word.md .\VBA\Word-VBA\articles\shape-lockanchor-property-word.md .\VBA\Word-VBA\articles\shape-vertices-property-word.md .\VBA\Word-VBA\articles\shapes-addpicture-method-word.md .\VBA\Word-VBA\articles\storing-values-when-a-macro-ends.md .\VBA\Word-VBA\articles\style-description-property-word.md .\VBA\Word-VBA\articles\style-inuse-property-word.md .\VBA\Word-VBA\articles\style-linktolisttemplate-method-word.md .\VBA\Word-VBA\articles\style-object-word.md .\VBA\Word-VBA\articles\stylesheet-object-word.md .\VBA\Word-VBA\articles\stylesheet-title-property-word.md .\VBA\Word-VBA\articles\subdocument-hasfile-property-word.md .\VBA\Word-VBA\articles\subdocument-level-property-word.md .\VBA\Word-VBA\articles\subdocument-object-word.md .\VBA\Word-VBA\articles\subdocuments-object-word.md .\VBA\Word-VBA\articles\synonyminfo-antonymlist-property-word.md .\VBA\Word-VBA\articles\synonyminfo-partofspeechlist-property-word.md .\VBA\Word-VBA\articles\synonyminfo-word-property-word.md .\VBA\Word-VBA\articles\system-countryregion-property-word.md .\VBA\Word-VBA\articles\system-horizontalresolution-property-word.md .\VBA\Word-VBA\articles\system-object-word.md .\VBA\Word-VBA\articles\system-operatingsystem-property-word.md .\VBA\Word-VBA\articles\system-privateprofilestring-property-word.md .\VBA\Word-VBA\articles\system-version-property-word.md .\VBA\Word-VBA\articles\system-verticalresolution-property-word.md .\VBA\Word-VBA\articles\table-converttotext-method-word.md .\VBA\Word-VBA\articles\table-sortdescending-method-word.md .\VBA\Word-VBA\articles\tables-add-method-word.md .\VBA\Word-VBA\articles\tabstop-position-property-word.md .\VBA\Word-VBA\articles\tabstops-object-word.md .\VBA\Word-VBA\articles\task-sendwindowmessage-method-word.md .\VBA\Word-VBA\articles\tasks-object-word.md .\VBA\Word-VBA\articles\textcolumn-width-property-word.md .\VBA\Word-VBA\articles\textcolumns-linebetween-property-word.md .\VBA\Word-VBA\articles\textframe-breakforwardlink-method-word.md .\VBA\Word-VBA\articles\using-control-values-while-code-is-running-word.md .\VBA\Word-VBA\articles\using-dao-from-microsoft-word.md .\VBA\Word-VBA\articles\variables-object-word.md .\VBA\Word-VBA\articles\version-object-word.md .\VBA\Word-VBA\articles\window-activepane-property-word.md .\VBA\Word-VBA\articles\window-caption-property-word.md .\VBA\Word-VBA\articles\window-getpoint-method-word.md .\VBA\Word-VBA\articles\window-horizontalpercentscrolled-property-word.md .\VBA\Word-VBA\articles\window-newwindow-method-word.md .\VBA\Word-VBA\articles\window-usableheight-property-word.md .\VBA\Word-VBA\articles\window-usablewidth-property-word.md .\VBA\Word-VBA\articles\window-verticalpercentscrolled-property-word.md .\VBA\Word-VBA\articles\words-count-property-word.md .\VBA\Word-VBA\articles\working-with-bibliographies.md .\VBA\Word-VBA\articles\working-with-tables.md .\VBA\Word-VBA\articles\working-with-the-undorecord-object.md .\VBA\Word-VBA\articles\xmlmapping-customxmlnode-property-word.md .\VBA\Word-VBA\articles\xmlmapping-object-word.md .\VBA\Word-VBA\articles\xmlmapping-setmapping-method-word.md .\VBA\Word-VBA\articles\xmlmapping-setmappingbynode-method-word.md .\VBA\Word-VBA\articles\xmlnode-validate-method-word.md .\VBA\Word-VBA\articles\xmlnode-validationerrortext-property-word.md .\VBA\Word-VBA\articles\xmlnode-validationstatus-property-word.md .\VBA\Word-VBA\articles\xmlnodes-object-word.md .\VBA\Word-VBA\articles\xsltransform-object-word.md

SixSigmaGuy commented 6 years ago

How would you ever debug or maintain that?

Sent from my stupid Android phone using Microsoft Outlook which wasn't written by Microsoft but, rather, a third party and is very buggy. Please bring back the Windows Phone!! Best phone ever!!

On Fri, Jul 13, 2018 at 12:26 PM -0700, "Kagre" notifications@github.com wrote:

the two I fixed manually:

2e2174d 671844a

I was able to generate a listing file "ToReview.txt" by using the following powershell code

$re = [regex]'(?s)[^]*&;[^]*';

filter fltr{if($re.matches((gc $)).count -gt 0){resolve-path $ -relative}};

ls *.md -recurse | fltr | ac ToReview.txt

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Kagre commented 6 years ago

hopefully it should just be a one time fix with find/replace.

$re = [regex]'(?s)```vb([^`]*\s+&;\s+)+[^`]*```'
filter fltr{
   $content=(gc $_) -join "`n"
   $mList = $re.matches($content)
   if($mList.count -gt 0){
#      write-host "********* $($_.fullname)"
      foreach($ToFind in $mList.value){
#         write-host "********* ToFind"
#         write-host $ToFind
         $ToSet = ($ToFind -replace '(?''head''\s+)&;(?''foot''\s+)','${head}&${foot}')
#         write-host "********* ToSet"
#         write-host $ToSet
         $content = $content.replace($ToFind,$ToSet)
      }
      $pth = resolve-path $_ -relative; $pth = ".\diff\$pth"
      $null = (ni $pth -type file -force)
      sc $pth $content -force
      resolve-path $pth -relative
   }
}
ls *.md -recurse | fltr | ac Updated.txt
Kagre commented 6 years ago

although it did lead to discovering other issues with &; besides just concatenation

as seen in the Dim statement below from: .\VBA\Excel-VBA\articles\select-a-range.md

Sub UnknownRange()
    If WorksheetFunction.CountA(Cells) = 0 Then
        MsgBox "There is no range to be selected.", , "No cells contain any values."
        Exit Sub
    Else
        Dim FirstRow&;, FirstCol&;, LastRow&;, LastCol&;
        Dim myUsedRange As Range
        FirstRow = Cells.Find(What:="*", SearchDirection:=xlNext, SearchOrder:=xlByRows).Row

        On Error Resume Next
        FirstCol = Cells.Find(What:="*", SearchDirection:=xlNext, SearchOrder:=xlByColumns).Column
        If Err.Number <> 0 Then
            Err.Clear
            MsgBox _
            "There are horizontally merged cells on the sheet" & vbCrLf & _
            "that should be removed in order to locate the range.", 64, "Please unmerge all cells."
            Exit Sub
        End If

        LastRow = Cells.Find(What:="*", SearchDirection:=xlPrevious, SearchOrder:=xlByRows).Row
        LastCol = Cells.Find(What:="*", SearchDirection:=xlPrevious, SearchOrder:=xlByColumns).Column
        Set myUsedRange = Range(Cells(FirstRow, FirstCol), Cells(LastRow, LastCol))
        myUsedRange.Select
        MsgBox "The data range on this worksheet is " & myUsedRange.Address(0, 0) & ".", 64, "Range address:"
    End If
End Sub
Kagre commented 6 years ago

I haven't reviewed them all, but looking at a small sampling I haven't yet found an instance where &; shouldn't be replaced with &, either because & is used for string concatenation, or to define a variable/value as type long, or to set the accelerator key on a control.

$re = [regex]'(?s)```vb([^`]*&;)+[^`]*```'
filter fltr{
   $content=(gc $_) -join "`n"
   $mList = $re.matches($content)
   if($mList.count -gt 0){
#      write-host "********* $($_.fullname)"
      foreach($ToFind in $mList.value){
#         write-host "********* ToFind"
#         write-host $ToFind
         $ToSet = ($ToFind -replace '&;','&')
#         $ToSet = ($ToFind -replace '(?''head''\s+)&;(?''foot''\s+)','${head}&${foot}')
#         write-host "********* ToSet"
#         write-host $ToSet
         $content = $content.replace($ToFind,$ToSet)
      }
      $pth = resolve-path $_ -relative
#      $pth = ".\diff\$pth";$null = (ni $pth -type file -force)
      sc $pth $content -force
      resolve-path $pth -relative
   }
}
ls *.md -recurse | fltr | ac Updated.txt
lindalu-MSFT commented 6 years ago

Thanks for your contribution! This content has migrated to https://github.com/MicrosoftDocs/VBA-Docs. Please go to the new repo, and if you still see the issue occuring there, please open a brand new issue. Closing this issue now. Regards, lindalu