Opening form in VBA. No error,code just breaks.Works on other PCs!

  • Thread starter Thread starter bUncE
  • Start date Start date
B

bUncE

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
 
check the security level it might have been set high
thereby disabling macros
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top