|
-
Mar 14th, 2005, 08:36 AM
#1
Thread Starter
Junior Member
Easy, hopefully, VBA for Excel question ...
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|