Hey!! Joel!!
Help again!!
I've pasted a column of data in a sheet of the Search Code Workbook. The
Macro is unable to detect a three letters code. I found that the code has
unwanted space at the end. I used a TRIM() function but of no use. The Macro
is unable to detect.
How can we get rid of the unwanted space in the worksheet in the same column
where it is pasted? Please help?
And one thing my email account doesn't recieve the replies notification from
this discussion page. Every time I have to go to this site and manually
search the threade by inserting a page number to find my thread. How come? I
do check at Notify me of replies!! Please help!!
"Msgbox "Data not found"" wrote:
> thanks Joel for all the help! Your help made me understand the macro work.
> Still I need the sytax description!! I'll catch you again for help
> Thanks again!!
>
>
>
> "joel" wrote:
>
> >
> > The security level and the Sheet/workbook protection are two different
> > properties and not related. The Security level allow macros to run.
> > The protection allows the worksheet to be changed. You don't need to
> > have macros in a workbook to incorporate the protection property.
> >
> >
> > You need to have your macro unprotect the workbook/worksheet before you
> > delete the rows iin the Summary sheet. You can have or not have a
> > password associated with the protection property. If you do havve a
> > password it will be visible to the users in the macro unless you protect
> > the macro code with a password and make the macros invisible. Making
> > VBA code hidden to the users make it impossible for users users to find
> > and fix bugs that may exist in the macros. So you have to make some
> > tradeoffs in determining what properties you use in the macro and
> > workbook.
> >
> > If you trust the users then you don't need to protect the macro with a
> > password.
> >
> >
> > --
> > joel
> > ------------------------------------------------------------------------
> > joel's Profile: 229
> > View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=181707
> >
> > Excel Live Chat
> >
> > .
> >