Hi all,

I am trying to debug/fix someone else's VBA for Excel code.

When the workbook opens, the following code is run:

PHP Code:
Private Sub Workbook_Open() 
MsgBox "Please save into your shared drive and complete all white boxes on the 'Input'and Location Split sheets."vbCritical"IMPORTANT" 
Range("Start").Select 
End Sub 
This is going to sound obvious, and I'm sure I am going to kick myself when I find out, but what does the Range("Start").Select line do ? And why would it be generating an error ?

Regards,

Adam Brunt