Return to default

  • Thread starter Thread starter dzelnio
  • Start date Start date
D

dzelnio

I have a file with a detailed script that gets messed up if anything
but A1 in Worksheet 1 is selected then saved.

Can this become the default selection everything the file is closed?

How?
 
Start your script with the lines

Worksheets("Worksheet 1").Select
Range("A1").Select

HTH,
Bernie
MS Excel MVP
 

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

Similar Threads


Back
Top