Im new to VS express 2013 for Windows and i am experimenting with using some old code that works on VS express 2013 desktop.
Im getting this error when adding on error goto .... in my private sub.
i have the statement like this after declaring my variables
on error goto errorhandler
errorhandler is in the same sub