> Please ignore my previous reply. I got it now. I forgot to specify what sheet
> the range is belong to. I try the following sub and it works:
[quoted text clipped - 70 lines]
> > > please.
> > > Any help is appreciate.
Hello Joel,
I was busy with another project and I didn't have time to work on this
problem until now.
1. I tried your script on the "Module", delete the following line and change
the name of autoshape. It works :-). Many thanks.
"If cell.Address = "$B$7" Then"
2. I have a question on your following comment:
> Ly: Worksheet change functions automaticaly get called by excel and
> automatically pass the range of cells.
On VBA editor, I paste your code on the Sheet1 under VBAProject, but I'm not
sure how to run this. When I selected Run ->Run Sub/UserForm, a Macro dialog
pop up, but it doesn't have a name of the sub "worksheet_change" under a list
of Macro. How do I run this sub?
Thanks,
Ly
> Ly: Worksheet change functions automaticaly get called by excel and
> automatically pass the range of cells.
[quoted text clipped - 109 lines]
> > > > please.
> > > > Any help is appreciate.