You are on page 1of 4

1

2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

Other KB examples at vbaexpress from brettdj


Using Regular Expressions (RegExp) in Excel
Extract Email Data From Outlook Global Address List - GAL
Temporary UserForm to Show Colours Palette
Search for a value in a column and delete all rows where that value is found
Creating a temporary audit toolbar to trace dependents & precedents on a protected sheet
Add String Text to Existing Cells
Simulate a Poker Game
Methods of repeating a string in VBA - FOR loop not required
Highlight all cells in the active sheet that have formula links to other workbooks
Highlight all cells in the active sheet that have formula links to other sheets in this workbook
Extract summary data from closed files
Export Excel range or Excel chart to PowerPoint (linked or unlinked)
Delete groups of rows using autofilter with VBA (Delete rows 1-9, 11-19, 21-29 etc)
Log In to an Internet Site
Automate Internet Explorer from Excel (google search)
Prevent users from selecting a predetermined range

The ranges do not have to be all rows or columns. The macro works as long as the ranges have the same length a
The example pre-codes the ranges to make the example easier to follow. These can be removed by changing the d

(1) Initial payment

$34

$2

$23

(3) Final Payment ("Set Cell Range")


(4) Target Final Payment ("Desired Range")

$60
$60

$60
$60

$60
$60

ges have the same length and are one dimesional


e removed by changing the default range in the code to ""

(2) Balancing Amount ("Changing Range")


$26
$58
$37

You might also like