Hi,
I have an excel 2000 application. At the end of a macro execution I would like to select a cell. I tried this code :
with worksheets("Billing"
.activate
.range("A1"
.select
end with
the problem is that the screen doesn't seem to update to the new location. Any ideas?
Thx
I have an excel 2000 application. At the end of a macro execution I would like to select a cell. I tried this code :
with worksheets("Billing"
.activate
.range("A1"
end with
the problem is that the screen doesn't seem to update to the new location. Any ideas?
Thx