View Single Post
 
Old 02-22-2017, 10:25 PM
FUGMAN FUGMAN is offline Windows 10 Office 2016
Banned
 
Join Date: Feb 2017
Posts: 55
FUGMAN is on a distinguished road
Default Code looks like it should work, but don't

Baffled why the following code doesn't work.

ActiveWorkbook.Sheets("XXXX ").Activate
Sheets("XXXX").Select
ActiveSheet.Range("A7").Select
ActiveCell.EntireRow.Insert

Thanks in advance for any explaination
Reply With Quote