VBA Core

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

Solved October 24, 2011

Deleting Empty rows in Excel using VBA

I am trying to delete Empty rows by using below code: worksheet.Columns("A:A").SpecialCells(xlCellTypeBlanks).EntireRow.Delete The code above is working fine, but giving run time…

thumb_up 12 trending_up 7
Solved October 11, 2011

VBA Excel: Compile Error: Object required?

I get a VBA Excel 'Compiler Error: Object required'-Error in the marked line. I do not understand the reason. BTW: Wish Excel would support…

thumb_up 16 trending_up 9
Solved August 20, 2011

Office add-in ribbons: same tab with 2 addins

I'm trying to make two word add-ins' groups to appear in the same tab (Tools) but they both create unique tabs (there's two 'Tools'…

thumb_up 4 trending_up 7
Solved August 8, 2011

Subtracting from a date in VBA?

I'm having big problems doing operation with the date in Excel VBA. I have a form that has a textbox where the user will…

thumb_up 18 trending_up 9