Hey there,
I would like to know how I can put the content of the active cell, I go to with this loop, in a varaible.
When I proceede with something like:![]()
For CellPtr = 8 To .Cells(Rows.CountLarge, "a").End(xlUp).Row
my variable "cvalue" contains the position of the active cell but not the number that is in that cell.![]()
Set cvalue = ActiveCell
Does anyone knwo how to fix that??
THX, Obgle
Bookmarks