Morning all!
((Im using 2003))
I have a button which is supposed to open a userform (which performs a data
scrape after users enter login info and hit enter.. )
This has worked fine for a while but for some reason when i opened it this
morning lo and behold it doesnt work.
I guess an explanation of this error would be too much to ask from
Microsoft.
Basically my code is this simple
************************************************************
Public Sub OpenScrapeForm()
frmScrape.Show
End Sub
************************************************************
It just breaks on the frmScrape.Show, no error or any indication as to why
it doesn't work.
Also i figured i would test it on another PC, it works fine?!
The only thing i can think of is some muppet of a Network Admin has messed
around with my Windows profile or im being a total muppet and missing
something completely obvious..
Any help is much appreciated,
Thanks
Mike
Hemant_india - 27 Nov 2007 14:49 GMT
check the security level it might have been set high
thereby disabling macros

Signature
hemu
> Morning all!
>
[quoted text clipped - 29 lines]
>
> Mike