What worked just fine in 2003 is now causing a problem in 2010. The code reads…
dialogstyle = vbQuestion + vbYesNo + vbDefaultButton2
Now gives me the error message of…
“Compile error:
Variable not defined.”
What do I need to do now to get this to work?
DennisK