K
KtM
Morning!
I am doing a little program that would fetch information to a set of
sheets, which works OK now.
Problem is with checking if the data has been previously fetched, then
it should overwrite existing data instead of creating a new set.
How do you check if exists stuff in excel.
Basic idea.
If exists (name) then
write to name
else
new sheet with (name)
I am doing a little program that would fetch information to a set of
sheets, which works OK now.
Problem is with checking if the data has been previously fetched, then
it should overwrite existing data instead of creating a new set.
How do you check if exists stuff in excel.
Basic idea.
If exists (name) then
write to name
else
new sheet with (name)