Select all cells that currently have data from a starting point “F1” in a Macro

Select all cells that currently have data from a starting point “F1”:

Range(“F1”).Select
Range(Selection, Selection.End(xlToRight)).Select
Range(Selection, Selection.End(xlDown)).Select

About

Welcome to GuruOfComputrtWisdom.com

Search

Discover more from GuruOfComputerWisdom.com

Subscribe now to keep reading and get access to the full archive.

Continue reading