Thread
:
Insert formulas in VBA code
View Single Post
06-06-2015, 07:28 AM
NoSparks
Windows 7 64bit
Office 2010 32bit
Excel Hobbyist
Join Date: Nov 2013
Location: British Columbia, Canada
Posts: 842
how 'bout this?
Code:
Range("D2").Formula = "=countif(E2:M2,""True"")" Range("D2:D10").FillDown
NoSparks
View Public Profile
Find all posts by NoSparks