1. The Active Cell Property
refers to a cell in an Excel spreadsheet that is currently selected by clicking the mouse pointer or keyboard keys.
Remember only one cell can be an active cell at a time.
An active cell is bounded by a heavy border around it.
2. The Offset Property
is used to move or refer to a reference skipping a particular number of rows and columns
Using Offset (Row, Column)
Negative Numbers move up
1. Row -Move up
2. Column -go to the Left
Positive numbers
1. Row - Move down
'2. Column - go to the Right
'
ActiveCell.Offset(0, 0).Select
' Range D5
'
ActiveCell.Offset(3, 0).Select
' Range D8
'
ActiveCell.Offset(-3, 0).Select
' Range D2
In questa pagina del sito puoi guardare il video online Active Cell Property, Offset Property, VBA Basic della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Jems Zolutions 01 gennaio 1970, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 60 volte e gli è piaciuto 1 spettatori. Buona visione!