C
Claudia d'Amato
I would like to do something in a *.vbs script and all the operations should be applied
on each worksheet within an Excel file.
How do I do this?
It must be something like:
for i in (1 .. lastworksheetnumber) do
...operations
end
Claudia
on each worksheet within an Excel file.
How do I do this?
It must be something like:
for i in (1 .. lastworksheetnumber) do
...operations
end
Claudia