Hello,
I would like to know how one would:
Select the contents of one cell and autofill it to the next. I was thinking something along the lines of:
Any help would be greatly appreciated. Thank you.ActiveCell.AutoFill Destination:=Range.Offset(0,1), Type:=xlFillDefault
And did that work for you?
Microsoft MVP - Excel
Entia non sunt multiplicanda sine necessitate
Unfortunately not..
I think the problem may lie in thebut I'm not sure. Any ideas?Type:=xlFillDefault
Hi tpowell55;
From Help:
Destination Required Range object. The cells to be filled. The destination must include the source range.
don't use: ActiveCell.AutoFill Destination:=Range.Offset(0,1), Type:=xlFillDefault instead use: ActiveCell.AutoFill Destination:=Range.Offset(0,0,0,2), Type:=xlFillDefault
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks