excel-vba

136 expert-verified Q&A posts in this category, sourced from the top-voted answers on Stack Overflow.

Solved June 27, 2016

Using Range.Replace on Formula Cells

I have a short list of values from A1 through A10: A4 contains the string ab and A5 contains the formula: ="a" & "b"…

thumb_up 7 trending_up 10
Solved January 6, 2015

Remove Dynamically Added Controls from Userform

I have an excel Userform with dynamically added checkboxes. I add the checkboxes early on with code that looks like this: Set chkBox =…

thumb_up 7 trending_up 6
Solved November 21, 2014

Meaning of .Cells(.Rows.Count,”A”).End(xlUp).row

I was just wondering if you could help me better understand what .Cells(.Rows.Count,"A").End(xlUp).row does. I understand the portion before the .End part.

thumb_up 18 trending_up 7