Category: VBA

VBA IDE vs VS2008 IDE

On Friday night, I began reading my way through PED 2nd Edition. After something weird happened with Excel, (I think because I have Excel 2003 and 2007 installed,) I got the bright idea to create a very simple Windows Forms

Read More »

Break All Links In An Excel Workbook

Macro Purpose: This code quickly replaces all external links in an Excel workbook with their values. It is something that can be very handy when you need to send a heavily linked workbook outside of your immediate network, to a

Read More »

Marking Cells Without Dependents

I tripped on this in a forum today... The user wanted to create a message for all cells that did not have any cells dependent on their target. The set about doing this by using the Trace Dependents tool through

Read More »

The Best Line of VBA Ever

Okay, I'll admit that you probably have to be a parent of a young child to agree with this, but here it is: [code]Application.Speech.Speak Target[/code] This all started when I showed my kid how fast the computer could count to

Read More »