Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50094

Selecting Multiple Cells using VBA in Excel 2013

$
0
0
I thought this made sense, but I'm the only one that thinks so...

What is a way to code this so that it works?

Code:

Range(Cells(N + 1, 8), Cells(N + 1, 9), Cells(N + 1, 10), Cells(N + 1, 11), Cells(N + 1, 12), Cells(N + 1, 13), Cells(N + 1, 17), Cells(N + 1, 18)).Select
Jim Berglund

Viewing all articles
Browse latest Browse all 50094

Trending Articles