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

input number in range

$
0
0
Hello
With the inputbox I want to insert a numeric value
to define a cell range, for example "C15:F15"

This is the code i´m using:

x = InputBox("Insert Row")
Range("C(x):F(x)").Select


Where (x) represents the Inputbox data (the number "15") I want to insert, But it doesn´t runs, anybody can help me?

Regards
Claudio

Viewing all articles
Browse latest Browse all 49892

Trending Articles