Svuota celle excel

Funzione vba excel per svuotare una porzione di un foglio, passati come parametri:


Public Function svuotaCelle(sWorksheet, sRange)
  With Worksheets(sWorksheet)
    Range(sRange).ClearContents
  End With
End Function


Esempio di utilizzo:
svuotaCelle("Foglio1", "A1:B5")

Tags: vba xls excel range svuota celle

I want to drink a coffee :-)


Sponsored Links


Ricerca


Ultimi Contenuti Inseriti

How to add onload property to masterpage from child
HtmlGenericControl body = (HtmlGeneric...

C# ASP.NET
...

Transpose Column to row
create table #temp (timeId int, dim1Id int, dim2I...

SQL Server
...

(X) HTML
Suggerimenti ed esempi riguardanti il linguaggio H...

Sponsor