Пример работы с Range
Sub GetUserRange() Dim UserRange As Range Prompt = «Select a range for the random numbers.» Title = «Select a range» ‘ Display the Input Box On Error Resume Next Set UserRange = Application.InputBox( _ Prompt:=Prompt, _ Title:=Title, _ Default:=ActiveCell.Address, _ Продолжить чтение Пример работы с Range