G
Gijs Breedveld
I have code which clears a table which was generated the previous run. The
code is:
Range("b20000
20000").Select
Selection.AutoFill Destination:=Range("b10
20000"), Type:=xlFillDefault
Range("b10
20000").Select
I just want to clear the contents and the formats of the previous table
before I build up the next table.
Is there code which can do this faster? It is very slow. Takes about 60
seconds.
Best regards, Gijs
code is:
Range("b20000
20000").SelectSelection.AutoFill Destination:=Range("b10
20000"), Type:=xlFillDefaultRange("b10
20000").SelectI just want to clear the contents and the formats of the previous table
before I build up the next table.
Is there code which can do this faster? It is very slow. Takes about 60
seconds.
Best regards, Gijs