Загрузка страницы

VBA Cells Formula - Code Included

Adding a formula in to a cell in Excel is fairly easy in this video you will see how to send a formula to a cell using the standard formula notation and the R1C1 notation

Code
==================
Sub AddFormula()

Range("B10") = "=Sum(A9:A15)"

Range("B11") = "=Sum(R[-2]C[-1]:R[9]C[-1])"

End Sub

Видео VBA Cells Formula - Code Included канала EverydayVBA
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
7 сентября 2016 г. 20:30:07
00:04:39
Яндекс.Метрика