|
lyners -> RE: Macro for Spooky Diet (7/30/2003 11:49:48)
|
I figured out a way to make the macro work if you are experiencing lock-up.... Change the line: If InStr(Webbot, " bot=" " Database" ) <> 0 Then To: If InStr(Webbot, " bot=" " " ) <> 0 Then This will help if you have pull downs along with data results. I was locking up because the code would continuously loop. The reason behind the loop was that ' webbot bot" =" Save' , etc. was in code. The macro would never remove the code, but then find webbot again and go through the same process. Once the code was modified, it works like a charm. All kudos go to Stephen Travis, mvp for Frontpage who wrote the brilliant assistant tool for us. Thanks Spooky. lyners
|
|
|
|