Excel VBA Tips n Tricks #2 Have Excel SELECT Specific Cell or Cell Relative to Selection

preview_player
Показать описание

In this lesson we use .SELECT, .ACTIVATE and .OFFSET() . Come see how to activate any cell you want using VBA for Excel!

Fantastic Developer Tools:
Рекомендации по теме
Комментарии
Автор

thank you. you teach people very easy way

jaypatel
Автор

Merry Christmas everyone. I hope God blesses you richly this upcoming year. Remember, you ARE a success!! Believe it, be it! Blessings my friends!! Dan

ExcelVbaIsFun
Автор

ur videos are great man!!! thanks for sharing ... but the pop up windows are really annoying and will turn people off!!!!

cidfidchris
Автор

Hi. How can i select all these cells - can you help please
RANGE("K" &
RANGE("R" & Rows.Count).End(xlUp).Offset(-8, 0).Select
Or can we use
x = RANGE("K" &
y = RANGE("R" & Rows.Count).End(xlUp).Offset(-8, 0).Select
Then how we can write the vba ?

mikefekno
Автор

what if i want to know the cell range base on cell value? having trouble doing it im new to vba

AonyjsViolmlar
Автор

Question: I would like to give every cell NEXT TO a cell with a certain word in it (e.g.: Read) a certain make-up. Simply put: Make every cell left of the cell with the word 'Read' the color blue.

How do I define this range?

ShadowT
Автор

How about selecting 5 cells above current cells. Jm tryung to pug formula for the 5 cells. Please help

jojo-iwbv
Автор

Watch my video in my Events playlist on the "worksheet Selection_CHANGE EVENT". That's when you select something any different cell it triggers something you can use for analysis. Maybe try something like this

[A1] = Selection.Cells.Count


That should tell you how many cells you've selected.

ExcelVbaIsFun
Автор

3:30 - What if Selection.Column = 2 ? :-/

AdrianHyatt
Автор

Man, this is great video but your voice is like about to die. lol

brotard