W
wayliff
Trying to delete a webquery range that is a variable.
ActiveWorkbook.Names("st_rejs").Delete
The first time is "st_rejs" and every time I run a macro the name maybe
st_rejs_1 or so 2 or 3.
How to rewrite this lines of code with that in mind?
ActiveWorkbook.Names("st_rejs").Delete
The first time is "st_rejs" and every time I run a macro the name maybe
st_rejs_1 or so 2 or 3.
How to rewrite this lines of code with that in mind?