Thread
:
Can anyone help with the following macro?
View Single Post
#
4
Posted to microsoft.public.excel.programming
Ivan Raiminius
external usenet poster
Posts: 258
Can anyone help with the following macro?
Hi Stan,
Sub InsertRow()
intersect(range("B:B"),activesheet.usedrange).Spec ialCells(xlCellTypeBlanks).entirerow.insert
end sub
Regards,
Ivan
Reply With Quote
Ivan Raiminius
View Public Profile
Find all posts by Ivan Raiminius