VBA Core

<p>General-purpose VBA techniques spanning the Office suite.</p>

Solved September 26, 2012

Test if range exists in VBA

I have a dynamically defined named range in my excel ss that grabs data out of a table based on a start date and…

thumb_up 14 trending_up 5
Solved July 26, 2012

How to highlight selected text within excel

I would like to write a VBA function to highlight specific text within an excel cell. Is this possible? I've been googling but it's…

thumb_up 10 trending_up 2
Solved May 13, 2012

Remove whitespace in VBA excel

I have some code for move text from cell to cell Dim startIndex As Integer Dim toIndex As Integer Dim f As String Dim…

thumb_up 11 trending_up 1
Solved April 24, 2012

excel vba: make part of string bold

I have excel cells which contain entries like this: name/A/date name/B/date name/C/date Cell content is displayed on multiple lines in the same cell. I…

thumb_up 7 trending_up 4