Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
VBA
check range is in another range vba
Vlad
Programming language:
VBA
2021-03-13 02:50:45
0
Q:
check range is in another range vba
DFKIA
Code:
VBA
2021-10-01 13:16:52
If
Application.Intersect(rng1, rng2)
Is
Nothing
Then
'herecomesthecode
Else
'herecomesthecode
End
if
0
Tags
check
vba
another
Related
excel vba create an array from a range
excel vba how to get a range's full address including sheet name
excel vba set border around range
excel vba get a range of full rows
excel vba get distinct values from range
excerl vba array to range
excel vba get user selected range
excel vba largest value for data types
excel vba can a vba function return a range?
get name of a range vba
excel vba set range borders like grid
excel vba get a range of full rows or columns
excel vba what happens to range objects if user deletes cells
count number of cell ina range vba
excel vba get a range of full columns
vba range to array
vba listindex select multiple items vba
excel vba determine number of elements in a 1D array
pivot data source not accepting table named range vba
New to Communities?
Join the community