In VBA, how can I select a cell if the column is a constant and the row is a variable?
In VBA, how can I select a cell if the column is a constant and the row is a variable?
do you mean
cells(i,10).select
where you can change i within the macro?
not a professional, just trying to assist.....
Thanks!!!!!!!!!
That was exactly what I was looking for.
I was able to use it to look up an item in a list on a separate sheet and return the item with the formatting intact.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks